Add new installation method to README.
- Can now install directly with pip. - Need to run a seperate command to install the tools.
This commit is contained in:
parent
c6047e1683
commit
2481c43935
2 changed files with 14 additions and 0 deletions
|
|
@ -24,6 +24,13 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
|||
|
||||
### Ubuntu (21.10)
|
||||
|
||||
Install eris directly using pip:
|
||||
# pip install git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=eris
|
||||
|
||||
and apt install the tools eris relies on:
|
||||
# eris --apt-install-tools
|
||||
|
||||
Or install from source: (including tools)
|
||||
# git clone https://github.com/ahamilton/eris
|
||||
# cd eris
|
||||
# ./install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue