We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7881f7e commit c9423f3Copy full SHA for c9423f3
1 file changed
README.md
@@ -56,8 +56,9 @@ The implementation is based on the descriptive markdown files in the repository
56
# Installation
57
58
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`
+of this repo with `yourenv/bin/pip install .` or install it from PyPI
+(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`
62
instead of `bin`.
63
64
# How to use
0 commit comments