Skip to content

Commit fcabae4

Browse files
authored
Updated description
1 parent ff356aa commit fcabae4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This library works with both Python 2 and 3.
66

77
Prerequisites
88
-------------
9-
* Download and install Python. On Windows, make your life easier and make sure Python is in your PATH. A recommended install is therefore the `Anaconda Suite <https://www.continuum.io/downloads>`_ by Continuum. If you're going to follow the tutorials, you'll need to install Python 3 for the python-osc support.
9+
* Download and install Python. On Windows, make your life easier and make sure Python is in your PATH. A recommended install is therefore the `Anaconda Suite <https://www.anaconda.com/download/>`_ by Continuum. If you're going to follow the tutorials, you'll need to install Python 3 for the python-osc support.
1010
* Install the PySerial package. If you have pip installed, you can do this by writing ``pip install pyserial`` in your command line interface (cmd on Windows).
1111
* **Windows only** install `ST's virtual COM driver <http://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-utilities/stsw-stm32102.html>`_. After running this installer, please run the correct driver package for your system, located in "C:\\Program Files (x86)\\STMicroelectronics\\Software\\Virtual comport driver". Choose Win7 if you run Windows 7 or older. Choose Win8 for Windows 8 or newer. Run "dpinst_amd64.exe" on a 64-bit system, "dpinst_x86.exe"on a 32-bit system.
1212

@@ -35,7 +35,7 @@ But! How do I know what port my Pozyx is on?
3535

3636
Documentation and examples
3737
--------------------------
38-
You can find the Python tutorials on our site. You probably got here from `the getting started page <https://www.pozyx.io/Documentation/Tutorials/getting_started/Python>`_
38+
You can find the Python tutorials on our `site <https://www.pozyx.io/documentation/creator>`_.
3939

4040
Documentation can be found `here <https://www.pozyx.io/Documentation/Datasheet/python>`_.
4141

0 commit comments

Comments
 (0)