Installation¶
Stable release¶
The easiest way is to install the conda package:
conda install cosapp -c conda-forge
or the PyPi package:
pip install cosapp
From sources¶
The sources for CoSApp can be downloaded from the Gitlab repo.
You can either clone the public repository:
git clone https://gitlab.com/cosapp/cosapp.git
Or download the archive:
curl -OL https://gitlab.com/cosapp/cosapp/repository/master/archive.zip
Once you have a copy of the source, you can install it with:
python -m pip install .