Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 257f64f

Browse files
committed
Changed command for python3 specificity
1 parent 791e32f commit 257f64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FOR_DEVS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Please install the following software:
1919
Firstly create a virtual environment in root directory of the project (where `manage.py` is):
2020

2121
```shell
22-
virtualenv ./venv
22+
python3 -m venv ./venv
2323
```
2424

2525
If you're using ZSH as your shell, in your `~/.zshrc` file add `virtualenv` to your plugins and insert

0 commit comments

Comments
 (0)