From b56ce1ef346b03b0ca49093d450ceb930e3441bf Mon Sep 17 00:00:00 2001 From: shouzy <82171453+realshouzy@users.noreply.github.com> Date: Sat, 8 Jun 2024 20:13:28 +0200 Subject: [PATCH] Update `tox devenv` instruction --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6289117..2f70af1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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).