Installation¶
ivy-python runs with python 2.7 and 3.x.
Installing from sources¶
ivy-python is developped on gitlab.
To clone the repository:
git clone https://gitlab.com/ivybus/ivy-python.git
After you get the source, you can install the package in your python environment:
cd ivy-python
pip install --editable .