- In the root directory, run:
python -m pip install .
- If you are getting ModuleNotFoundError for
argon
, then add this to thesys.path
directory list. (This should probably be done using a virtual environment.)
# On MacOSX
vim ~/.bash_profile
# Then, add:
# export PYTHONPATH="<root-directory>/argon-py/src"
source ~/.bash_profile