Install from latest tag

- Installing from latest tag is best afterall.
- The tip pulls in dependencies from their latest tag, but that
  combination is untested.
- Only tagged commits are tested to work.
This commit is contained in:
Andrew Hamilton 2022-01-18 15:30:40 +10:00
parent 695c1d7f96
commit 072b2b3132
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#subdirectory=eris
pip install git+https://github.com/ahamilton/eris@v2022.01.13#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#subdirectory=eris
pip install git+https://github.com/ahamilton/eris@v2022.01.13#subdirectory=eris
eris --apt-install-tools
Or install from source: (including tools)