File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments