Skip to content

Commit 926d831

Browse files
committed
README.md: use venv module in local build cmd example
Signed-off-by: Artur Raglis <artur.raglis@3mdeb.com>
1 parent 655b2c5 commit 926d831

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
@@ -10,7 +10,7 @@ merge request.
1010
### Local build
1111

1212
```shell
13-
virtualenv -p $(which python3) venv
13+
python3 -m venv scripts/venv
1414
source venv/bin/activate
1515
pip install -r requirements.txt
1616
mkdocs serve

0 commit comments

Comments
 (0)