Skip to content

Commit

Permalink
Merge pull request #76 from srajan-kiyotaka/sracho
Browse files Browse the repository at this point in the history
Fix the install link in tutorials..
  • Loading branch information
srajan-kiyotaka authored Jun 27, 2024
2 parents 97324f4 + 9a5f1cf commit 872a43a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tutorials/Graph World/advance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"source": [
"!pip install -i https://test.pypi.org/simple/ TraverseCraft"
"!pip install TraverseCraft"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion tutorials/Graph World/beginner.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"source": [
"!pip install -i https://test.pypi.org/simple/ TraverseCraft"
"!pip install TraverseCraft"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion tutorials/Grid World/advance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"source": [
"!pip install -i https://test.pypi.org/simple/ TraverseCraft"
"!pip install TraverseCraft"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion tutorials/Grid World/beginner.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"source": [
"!pip install -i https://test.pypi.org/simple/ TraverseCraft"
"!pip install TraverseCraft"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion tutorials/Tree World/advance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"source": [
"!pip install -i https://test.pypi.org/simple/ TraverseCraft"
"!pip install TraverseCraft"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion tutorials/Tree World/beginner.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"source": [
"!pip install -i https://test.pypi.org/simple/ TraverseCraft"
"!pip install TraverseCraft"
]
},
{
Expand Down

0 comments on commit 872a43a

Please sign in to comment.