To install this as a CLI tool you will need pipx
. Once setup simply run the following in the root directory of this project:
pipx install .
You can uninstall it using:
pipx uninstall py-prs
To setup the virtual environment and install dependencies in it run:
make dev
Don't forget to activate the virtual environment:
# bash or zsh
source .venv/bin/activate.fish
# fish
source .venv/bin/activate.fish
# csh
source .venv/bin/activate.csh
To run the tests:
make test