Navigate to your local hedgehog repository on the command line.
conda activate hedgehog
git pull
pulls the latest changes from githubconda env update -f environment.yml
updates the conda environmentpip install .
re-installs hedgehog.
- If you have previously installed hedgehog using
pip
, you will need to update hedgehog in the same way (pip install .
) - Try
pip uninstall hedgehog
and then re-install withpython setup.py install