Its best to install from the tip.
- Installing from the latest tag misses the latest fixes, features, and bugs...
This commit is contained in:
parent
2f328ee595
commit
7fd5084040
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
|||
Install eris directly using pip, and apt install the tools eris relies on:
|
||||
|
||||
pip install --upgrade pip # A recent version of pip is needed.
|
||||
pip install git+https://github.com/ahamilton/eris@v2022.01.08#subdirectory=eris
|
||||
pip install git+https://github.com/ahamilton/eris#subdirectory=eris
|
||||
eris --apt-install-tools
|
||||
|
||||
Or install from source: (including tools)
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
|||
Install eris directly using pip, and apt install the tools eris relies on:
|
||||
|
||||
pip install --upgrade pip # A recent version of pip is needed.
|
||||
pip install git+https://github.com/ahamilton/eris@v2022.01.08#subdirectory=eris
|
||||
pip install git+https://github.com/ahamilton/eris#subdirectory=eris
|
||||
eris --apt-install-tools
|
||||
|
||||
Or install from source: (including tools)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue