Skip to content

Commit d27d11b

Browse files
authored
Merge pull request #68 from jrleeman/install_instructions
Install Instructions
2 parents 9238026 + 9ae8817 commit d27d11b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pages/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ materials. If you can't wait to learn more about environments, checkout this
137137
`this link <https://raw.githubusercontent.com/Unidata/python-training/master/environment.yml>`_ to download the file.
138138
* In the terminal, navigate to wherever this file saved, probably :code:`cd ~/Downloads` will get you there.
139139
* Run the command :code:`conda env create` and wait for the installation to finish.
140-
* Run the command :code:`conda activate training` to activate the unidata environment and verify that everything is ready.
140+
* Run the command :code:`conda activate unidata` to activate the unidata environment and verify that everything is ready.
141141
* For an in-depth tutorial on conda and environments, check out this
142142
`Carpentry-style tutorial <https://kaust-vislab.github.io/introduction-to-conda-for-data-scientists/>`_.
143143

@@ -171,7 +171,7 @@ It's a good idea to go ahead and try to start up the Jupyter Lab server to make
171171
was successful.
172172

173173
* Open a terminal/Anaconda Prompt.
174-
* Activate the training environment we created with :code:`conda activate training`
174+
* Activate the unidata environment we created with :code:`conda activate unidata`
175175
* Change directory to the location you've placed your training materials :code:`cd ~/Desktop/python-training` or similar.
176176
* Start jupyter lab by running the command :code:`jupyter lab`
177177
* A browser should open and you're in jupyter lab!

0 commit comments

Comments
 (0)