Skip to content

Commit d47a081

Browse files
committed
fix: remove the second venv creation as it might be confusing
1 parent 3335378 commit d47a081

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

start.ipynb

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,6 @@
2626
"git clone --recurse-submodules https://github.com/idefix-code/idefix.git idefix.src\n",
2727
"export IDEFIX_DIR=$PWD/idefix.src\n",
2828
"```\n",
29-
"For conveniance, we set the `IDEFIX_DIR` environment variable to the absolute path of the root directory of idefix (as above). \n",
30-
"\n",
31-
"If you intend to use the python script provided in this tutorial, best is to deploy a python environement with everything already set up. \n",
32-
"We therefore create a python environement in the directory `$IDEFIX_DIR/test` with the right modules\n",
33-
"\n",
34-
"```shell\n",
35-
"cd $IDEFIX_DIR/test\n",
36-
"python3 -m venv ./env\n",
37-
"source env/bin/activate\n",
38-
"pip install -r python_requirements.txt\n",
39-
"```"
40-
]
41-
},
42-
{
43-
"cell_type": "markdown",
44-
"id": "6a5f21fb-2d61-4ab6-8539-a666b83ddc05",
45-
"metadata": {},
46-
"source": [
4729
"For conveniance, we set the `IDEFIX_DIR` environment variable to the absolute path of the root directory of idefix (as above). "
4830
]
4931
},

0 commit comments

Comments
 (0)