Skip to content

Commit 002bc7f

Browse files
committed
🐛 Fix virtualenv
1 parent 2b1cad6 commit 002bc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repository would contain python scripts, some of which might come of use oc
1414
- Create a virtual environment ([click here](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/) to learn about Virtual Environment)
1515

1616
```sh
17-
python3 -m venv env
17+
virtualenv env
1818
```
1919

2020
- Activate virtual environment (On macOS and Linux)

0 commit comments

Comments
 (0)