Drop install-dependencies script.

- Do a standard install with pip.
- Run install-tools afterwards.
- util-linux was needed for what?
This commit is contained in:
Andrew Hamilton 2021-10-31 21:41:32 +10:00
parent 170597d6d2
commit 4174f10526
5 changed files with 8 additions and 25 deletions

View file

@ -10,8 +10,8 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
# git clone https://github.com/ahamilton/eris
# cd eris
# ./install-dependencies
# python3.9 -m pip install .
# python3.9 -m pip install -r requirements.txt .
# ./install-tools
# eris -h
### Docker