Skip to content

Commit b56ce1e

Browse files
committed
Update tox devenv instruction
1 parent 0eb5675 commit b56ce1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ git clone https://github.com/realshouzy/auto-file-sorter.git && cd auto-file-sor
2323
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:
2424

2525
```bash
26-
tox --devenv venv
26+
tox devenv venv
2727
```
2828

2929
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

Comments
 (0)