Skip to content

Commit 9f320b5

Browse files
committed
Instruct to create Python virtual env in venv instead of .venv directory
1 parent fb18b20 commit 9f320b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/customization.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ Next, create a new [Python virtual environment][venv] and
248248
[activate][venv-activate] it:
249249

250250
```
251-
python -m venv .venv
252-
source .venv/bin/activate
251+
python -m venv venv
252+
source venv/bin/activate
253253
```
254254

255255
[venv]: https://docs.python.org/3/library/venv.html

0 commit comments

Comments
 (0)