Installation

ivy-python requires Python v3.7+.

PyPI

You can install ivy-python from PyPI with:

pip install ivy-python

Installing from sources

ivy-python is developped on gitlab.

To clone the repository:

After you get the source, you can install the package in your python environment:

cd ivy-python
pip install --editable .