Python - Installation

Installation of the Python binding #

Please read this introductory page before proceeding.

If you retrieve the examples of use on https://github.com/epeios-q37/atlas-python, you have nothing else to install.

If you want to start from scratch, there are three possibilities.

You can install the toolkit by installing the atlastk package from PyPI (pip install atlastk).

Pypi package of the Atlas toolkit

You can also use the stub at address https://s.q37.info/zzcn3wnx.

Alternatively, you can download following file: https://github.com/epeios-q37/atlas-python/archive/master.zip. This file must be added in the default search path for Python modules by updating the PYTHONPATH environment variable, or in your source file, before importing the Atlas module, with sys.path.append("<path-to>/atlas-python-master.zip").