Skip to content

Commit 93e4186

Browse files
authored
Update README.md
1 parent 5ec176a commit 93e4186

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,31 @@ and activate the environment
7676
conda activate aem_plot
7777
```
7878

79-
### Step 4: Launching the notebooks
79+
### 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
80104

81105
Once you have activated the conda environment, you can launch the notebooks
82106
```

0 commit comments

Comments
 (0)