Changed installation to use pip3.

- Now running all the tests in test-distributions.
- Vigil is only known to install into ubuntu at the moment.
This commit is contained in:
Andrew Hamilton 2017-07-10 18:38:18 +01:00
parent b0ea939924
commit ed5164c761
3 changed files with 16 additions and 6 deletions

View file

@ -28,7 +28,11 @@ Vigil maintains an up-to-date set of reports for every file in a codebase.
# git clone https://github.com/ahamilton/vigil
# cd vigil
# ./install-dependencies
# sudo python3 setup.py install (pip3 can be used here)
# pip3 install .
To test its working properly:
# ./test-all
then to run: