-
Notifications
You must be signed in to change notification settings - Fork 25
Installation
smhty edited this page Dec 6, 2018
·
7 revisions
This API is compatible with the Python 3+
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