-
-
Notifications
You must be signed in to change notification settings - Fork 15
Installation
Kyle Harrison edited this page May 22, 2021
·
1 revision
# from the root of the checked out repository ~/workspace/reviews
python -m reviews -h# from the root of the checked out repository ~/workspace/reviews
./cli-runner.py# from the root of the checked out repository ~/workspace/reviews
python -m venv env
source env/bin/activate
python -m pip install -e .
command -v reviews
reviews -h# from the root of the checked out repository ~/workspace/reviews
python -m venv env
source env/bin/activate
python -m pip install .
cd /tmp/
/path/to/repo/env/bin/reviews -h