- Clone the civet repository with git clone https://github.com/artic-network/civet.git && cd civet
- conda env create -f environment.yml
- conda activate civet
- pip install .
Dependencies If Not Installing Using the Conda Environment
Note: Note: we recommend using civet in the conda environment specified in the environment.yml file as per the instructions above. If you can't use conda for some reason, dependency details can be found in the environment.yml file.
Check the install worked
Type (in the civet environment):
civet -v
civet --art
You should see the version of civet and the civet logo printed printed respectively.
Troubleshooting install
- If you get an error message similar to command not found: civet double check you are in the civet environment with conda activate civet
- Then try pip uninstall civet and then re-install with pip install .