Skip to content

Commit 2ff8260

Browse files
committed
Add dot
1 parent b2a72ca commit 2ff8260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ launch JupyterLab.
2525
git clone https://github.com/scientific-python/executable-tutorials
2626
cd executable-tutorials
2727
28-
python -m venv venv
29-
source venv/bin/activate
28+
python -m venv .venv
29+
source .venv/bin/activate
3030
3131
pip install -r requirements.txt
3232
jupyter lab

0 commit comments

Comments
 (0)