Skip to content

Commit

Permalink
Merge pull request AllenDowney#87 from gbremer/readme_update
Browse files Browse the repository at this point in the history
AllenDowney#82 Adding seaborn and lifelines of libraries to install when setting…
  • Loading branch information
AllenDowney authored Aug 31, 2017
2 parents 6c3b1dd + a949d44 commit 23b911e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@ The mini Anaconda installs are available at https://conda.io/miniconda.html.
Once your Anaconda package is installed and available, create a Python 2.7
and 3.6 environment in Anaconda --

- conda create -q -n thinkstats2-py27 python=2.7 scipy numpy matplotlib statsmodels patsy future jupyter
- conda create -q -n thinkstats2-py36 python=3.6 scipy numpy matplotlib statsmodels patsy future jupyter
- conda create -q -n thinkstats2-py27 python=2.7 scipy numpy matplotlib statsmodels patsy future jupyter seaborn
- conda create -q -n thinkstats2-py36 python=3.6 scipy numpy matplotlib statsmodels patsy future jupyter seaborn

Each of these commands will take a bit of time -- give it a few minutes
to download and install the packages and their dependences. Once complete,
switch to each and install additional packages needed to run and test.

Activate the 2.7 environment and install nose
Activate the 2.7 environment and install nose and lifelines

- source activate thinkstats2-py27
- pip install nose
- pip install nose lifelines

Activate the 3.6 environment and install nose

- source activate thinkstats2-py36
- pip install nose
- pip install nose lifelines

Extras that are helpful --

Expand Down

0 comments on commit 23b911e

Please sign in to comment.