Skip to content

Commit ef9151f

Browse files
committed
add explicit references to MacOS installation
1 parent c734be6 commit ef9151f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/install.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Prerequisites
77
-------------
88

99
| **Python:** >=3.8, <3.11
10-
| **Operating System:** Ubuntu, Windows, MacOS
10+
| **Operating System:** Linux, Windows, MacOS
1111
1212
All :code:`gnss_lib_py` classes and methods are tested in Python 3.8
1313
and 3.10 in the latest Ubuntu, MacOS and Windows versions.
@@ -41,7 +41,7 @@ Editable Installation
4141
4242
3. Update pip version.
4343

44-
a. For Linux:
44+
a. For Linux and MacOS:
4545

4646
.. code-block:: bash
4747
@@ -74,8 +74,8 @@ Developer Installation
7474
This project is being developed using :code:`pyenv` and :code:`poetry`
7575
for python version and environment control respectively.
7676

77-
Ubuntu/WSL2
78-
+++++++++++
77+
Linux/WSL2 and MacOS
78+
++++++++++++++++++++
7979

8080
1. Install :code:`pyenv` using the installation instructions
8181
`here <https://github.com/pyenv/pyenv#installation>`__. The steps are

0 commit comments

Comments
 (0)