Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Python versions, deleted the warning of not supporting version 3.8

...

The current version of Python Bridge where developed and tested using Python 3.79.25, but any Python 3.79.x version will suffice. At the moment of writing this guide the released version of 3.7 9 is Python 3.79.7 5 which you can download from here https://www.python.org/downloads/release/python-377/Python Release Python 3.9.5 | Python.org, please remember to download the 64-bit version of Python, some libraries are no compatible with the 32-bit version and will not work.

Tip

Remember to create a environment variable PYTHON_HOME, pointing to you current installation folder of Python

Warning

Python Bridge does not support Python 3.8.x


Creating and Starting a Virtual Environment

Once Python 3.79.x is installed, and poses a copy of Python Bridge, proceed to access the Python Bridge folder via console. Once there we will create a python virtual environment using the following command

...