Skip to content

Commit

Permalink
tutorial update
Browse files Browse the repository at this point in the history
  • Loading branch information
philzook58 committed Jan 21, 2025
1 parent 0a44dbd commit faddef7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
},
"outputs": [],
"source": [
"%%bash\n",
"git clone https://github.com/philzook58/knuckledragger.git\n",
"cd knuckledragger"
"!git clone https://github.com/philzook58/knuckledragger.git"
]
},
{
Expand All @@ -39,7 +37,7 @@
},
"outputs": [],
"source": [
"!python3 -m pip install -e ."
"!cd knuckledragger && python3 -m pip install -e ."
]
},
{
Expand Down

0 comments on commit faddef7

Please sign in to comment.