We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec176a commit 93e4186Copy full SHA for 93e4186
README.md
@@ -76,7 +76,31 @@ and activate the environment
76
conda activate aem_plot
77
```
78
79
-### Step 4: Launching the notebooks
+### Step 4: Download SimPEG and switch to a specific branch
80
+```
81
+git clone https://github.com/simpeg/simpeg.git
82
83
+
84
+to clone the repository, and `cd` into the `simpeg` directory
85
86
87
+cd simpeg
88
89
90
+switch to an `em1d_updates` branch
91
92
93
+git checkout -f em1d_updates
94
95
96
+then install SimPEG.
97
98
99
+python setup.py install
100
101
102
103
+### Step 5: Launching the notebooks
104
105
Once you have activated the conda environment, you can launch the notebooks
106
0 commit comments