Installation¶
The quickest way of installing the adpeps
package is to clone the repository
git clone git@github.com:b1592/ad-peps.git
Method 1 (recommended): conda¶
The repository comes with an included environment.yml
file, which automatically installs a Python environment with all required packages, which can be used as follows
cd ad-peps
conda env create -f environment.yml
conda activate adpeps
When the installation finishes, you can check that the package is working
python -m adpeps -v