Installation¶
There are several ways to install AstroLogics
Installation with PyPi¶
pip install astrologics
Installation with Conda¶
conda install -c colomoto astrologics
Installation from source¶
First clone this directory:
git clone https://https://github.com/sysbio-curie/AstroLogics
Then install AstroLogics with pip
cd AstroLogics pip install .