The Awesome project¶
Installation¶
It is recommended to first create an isolated virtualenvironment to not interfere with other Python projects:
git clone https://git.km3net.de/tgal/awesome
cd awesome
python3 -m venv venv
. venv/bin/activate
Install directly from the Git server via pip
(no cloneing needed):
pip install git+https://git.km3net.de/tgal/awesome
Or clone the repository and run:
make install
To install all the development dependencies, in case you want to contribute or run the test suite:
make install-dev
make test
—
Created with ``cookiecutter https://git.km3net.de/templates/python-project``