Skip to content

Commit

Permalink
Merge pull request AllenDowney#133 from tartansandal/contrib-docs
Browse files Browse the repository at this point in the history
Add 'activate' note for conda versions from 4.4
  • Loading branch information
AllenDowney authored Mar 24, 2020
2 parents 197902d + ed33722 commit 0263d7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,14 @@ Activate the 2.7 environment and install nose and lifelines
- source activate thinkstats2-py27
- pip install nose lifelines

Activate the 3.6 environment and install nose
Activate the 3.6 environment and install nose and lifelines

- source activate thinkstats2-py36
- pip install nose lifelines

*For conda versions after 4.4 use `conda activate` instead of `source activate`*


Extras that are helpful --

- runipy allows you to run IPython Notebooks on the command line which
Expand Down

0 comments on commit 0263d7c

Please sign in to comment.