1
0
mirror of https://github.com/gsi-upm/sitc synced 2024-11-21 14:02:28 +00:00

Fix pip install

This commit is contained in:
J. Fernando Sánchez 2019-02-14 17:18:16 +01:00
parent 1b893c1097
commit 13b3b2606a

View File

@ -72,7 +72,7 @@
"deletable": false,
"editable": false,
"nbgrader": {
"checksum": "6455a9642f93288f6c74b88d0892c4c7",
"checksum": "711717202b6164f635b1ee3947368ad5",
"grade": false,
"grade_id": "cell-d7f1ea9c021693b8",
"locked": true,
@ -84,7 +84,7 @@
"source": [
"# Install a pip package in the current Jupyter kernel\n",
"import sys\n",
"!{sys.executable} -m pip install -r requirements.txt\n"
"!{sys.executable} -m pip install --user -r requirements.txt"
]
},
{