Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ansantam committed Feb 6, 2024
1 parent 37c1198 commit 8d97bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"Then, install the packages with `pip` within the activated environment\n",
"\n",
"```bash\n",
"python3 -m pip3 install -r requirements.txt\n",
"python -m pip install -r requirements.txt\n",
"```\n",
"\n",
"Afterwards, you should be able to run the provided scripts.\n"
Expand Down Expand Up @@ -912,7 +912,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.9.12"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit 8d97bb4

Please sign in to comment.