@@ -6,11 +6,11 @@ Install
66Prerequisites
77-------------
88
9- | **Python:** >=3.8 , <3.12
9+ | **Python:** >=3.9 , <3.13
1010| **Operating System:** Linux, Windows, MacOS
1111
12- All :code: `gnss_lib_py ` classes and methods are tested in Python 3.8 ,
13- and 3.11 in the latest Ubuntu, MacOS and Windows versions.
12+ All :code: `gnss_lib_py ` classes and methods are tested in Python 3.9 ,
13+ and 3.12 in the latest Ubuntu, MacOS and Windows versions.
1414:code: `gnss_lib_py ` was originally developed in Python 3.8.9 in
1515Ubuntu 20/22 and Ubuntu 20 for WSL2.
1616
@@ -134,14 +134,14 @@ Linux/WSL2 and MacOS
134134 eval " $( pyenv init --path) "
135135 eval " $( pyenv virtualenv-init -) "
136136
137- 2. Install Python 3.8.9 or above with :code: `pyenv `. For example,
138- :code: `pyenv install 3.8.9 `.
137+ 2. Install Python 3.9.0 or above with :code: `pyenv `. For example,
138+ :code: `pyenv install 3.9.19 `.
139139
1401403. Clone the :code: `gnss_lib_py ` repository.
141141
142- 4. Inside the :code: `gnss_lib_py ` run :code: `pyenv local 3.8.9 ` (switching
142+ 4. Inside the :code: `gnss_lib_py ` run :code: `pyenv local 3.9.19 ` (switching
143143 out with the version of Python you installed in the previous step
144- if different than 3.8.9 ) to set the Python version that code in the
144+ if different than 3.9.19 ) to set the Python version that code in the
145145 repository will run.
146146
1471475. Install :code: `poetry>=1.2 ` using the instructions
0 commit comments