Skip to content

Installation

smhty edited this page Dec 6, 2018 · 7 revisions

Python

This API is compatible with the Python 3.5+

Installation

The latest version of the API is available on PyPI and GitHub.

PyPI
To install the package from the PyPI server, simply use the pip command in command line:

pip install dorna

or

pip install git+https://github.com/dorna-robotics/dorna.git

GitHub
Another option is to first clone the repository from GitHub directly:

git clone https://github.com/dorna-robotics/dorna.git

Then run the setup.py file from that directory,

python setup.py install
Clone this wiki locally