Skip to content

Commit 19bd194

Browse files
author
Cody Aldaz
committedDec 4, 2020
Made changes to lab.html
1 parent 934e6d0 commit 19bd194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lab.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2 id="lab-setup">Lab Setup</h2>
6666
<li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" disabled=""> Press Install Jupyter Lab, and then launch</li>
6767
<li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" disabled=""> On the landing page start a “Terminal” launcher</li>
6868
<li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" disabled=""> Navigate to the folder where you installed pyGSM</li>
69-
<li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" disabled=""> Install pyGSM <code>python setup.py install</code></li>
69+
<li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" disabled=""> Install pyGSM <code>python install pygsm</code></li>
7070
<li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" disabled=""> Verify pyGSM installed correctly by typing <code>gsm -h</code> if it gives an error it was not successful. Windows users may need to use a different version of numpy: <code>pip install numpy=1.19.3</code></li>
7171
<li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" disabled=""> Install additional packages and functionality to visualize molecules
7272
<ul>

0 commit comments

Comments
 (0)