Skip to content

Commit c1b8e95

Browse files
committed
Fix merge conflict
1 parent 84e16c4 commit c1b8e95

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@ launch JupyterLab.
2525
git clone https://github.com/scientific-python/executable-tutorials
2626
cd executable-tutorials
2727
28-
<<<<<<< HEAD
2928
python -m venv .venv
3029
source .venv/bin/activate
31-
=======
32-
python -m venv venv
33-
source venv/bin/activate
34-
>>>>>>> d8cca2b (Explain how to launch executable tutorials.)
3530
3631
pip install -r requirements.txt
3732
jupyter lab

0 commit comments

Comments
 (0)