diff --git a/tutorial.ipynb b/tutorial.ipynb index e872296..95302e3 100644 --- a/tutorial.ipynb +++ b/tutorial.ipynb @@ -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" @@ -912,7 +912,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.13" + "version": "3.9.12" }, "vscode": { "interpreter": {