Skip to content

Commit c9423f3

Browse files
[issue-677] README: point installation guide to the newest release, not current
Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
1 parent 7881f7e commit c9423f3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ The implementation is based on the descriptive markdown files in the repository
5656
# Installation
5757

5858
As always you should work in a virtualenv (venv). You can install a local clone
59-
of this repo with `yourenv/bin/pip install .` or install it from PyPI with
60-
`yourenv/bin/pip install spdx-tools`. Note that on Windows it would be `Scripts`
59+
of this repo with `yourenv/bin/pip install .` or install it from PyPI
60+
(check for the [newest release](https://pypi.org/project/spdx-tools/#history) and install it like
61+
`yourenv/bin/pip install spdx-tools==0.8.0a2`). Note that on Windows it would be `Scripts`
6162
instead of `bin`.
6263

6364
# How to use

0 commit comments

Comments
 (0)