We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tox devenv
1 parent 0eb5675 commit b56ce1eCopy full SHA for b56ce1e
CONTRIBUTING.md
@@ -23,7 +23,7 @@ git clone https://github.com/realshouzy/auto-file-sorter.git && cd auto-file-sor
23
It is highly recommended to utilize a virtual environment to develop on this project. The easiest way to set up a virtual environment is by using tox:
24
25
```bash
26
-tox --devenv venv
+tox devenv venv
27
```
28
29
Otherwise you could also use [``virtualenv``](https://virtualenv.pypa.io/en/latest) or [``venv``](https://docs.python.org/3/library/venv.html).
0 commit comments