Skip to content

Commit

Permalink
Merge pull request ZTF-Summer-School#2 from physical256/main
Browse files Browse the repository at this point in the history
updated README.md to include conda activate
  • Loading branch information
mcoughlin authored Jul 20, 2022
2 parents 855c624 + fcbacab commit b059c1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,13 @@ After installing anaconda, you should (in a terminal):

* clone the repository: git clone [email protected]:mcoughlin/ztf_summer_school_2022.git
* change directories to the repository: cd ztf_summer_school_2022
* use conda to create a repository
* use conda to create an environment
* on mac osx: conda env create -f environment-osx.yml
* on linux / windows wsl: conda env create -f environment-ubuntu.yml

Activate the environment with:
* conda activate ztfsummer
(if you are running an older version of conda you may need):
* source activate ztfsummer
and can test by opening the first lecture:
* cd lectures/01
Expand Down

0 comments on commit b059c1e

Please sign in to comment.