forked from ZTF-Summer-School/ztf_summer_school_2022
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ZTF-Summer-School#2 from physical256/main
updated README.md to include conda activate
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|