Skip to content

Commit

Permalink
Update tox devenv instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Jun 8, 2024
1 parent 0eb5675 commit b56ce1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ git clone https://github.com/realshouzy/auto-file-sorter.git && cd auto-file-sor
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:

```bash
tox --devenv venv
tox devenv venv
```

Otherwise you could also use [``virtualenv``](https://virtualenv.pypa.io/en/latest) or [``venv``](https://docs.python.org/3/library/venv.html).
Expand Down

0 comments on commit b56ce1e

Please sign in to comment.