Its best to install from the tip.

- Installing from the latest tag misses the latest fixes, features,
  and bugs...
This commit is contained in:
Andrew Hamilton 2022-01-09 11:23:56 +10:00
parent 2f328ee595
commit 7fd5084040
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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)