mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Merge pull request #4890 from samtaylorr/patch-1
Correcting pip specific version install from "=" to "==" in Contributing.rst
This commit is contained in:
commit
b31ddf4f03
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ Other ways to run the tests:
|
|||
You can also see the latest test results on `Linux`_ and on `Windows`_.
|
||||
|
||||
Note, if you are on Windows and are seeing errors running tox, it may be related to `this issue`_,
|
||||
in which case you may have to install tox v3.8.3 e.g. ``python -m pip install tox=3.8.3``
|
||||
in which case you may have to install tox v3.8.3 e.g. ``python -m pip install tox==3.8.3``
|
||||
|
||||
.. _this issue: https://github.com/tox-dev/tox/issues/1550
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue