mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Instruct to create Python virtual env in venv
instead of .venv
directory
This commit is contained in:
parent
fb18b20695
commit
9f320b5a03
@ -248,8 +248,8 @@ Next, create a new [Python virtual environment][venv] and
|
||||
[activate][venv-activate] it:
|
||||
|
||||
```
|
||||
python -m venv .venv
|
||||
source .venv/bin/activate
|
||||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
```
|
||||
|
||||
[venv]: https://docs.python.org/3/library/venv.html
|
||||
|
Loading…
Reference in New Issue
Block a user