Skip to content

Commit a949d44

Browse files
committed
AllenDowney#82 Adding seaborn and lifelines of libraries to install when setting up an environment
1 parent 6c3b1dd commit a949d44

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@ The mini Anaconda installs are available at https://conda.io/miniconda.html.
3131
Once your Anaconda package is installed and available, create a Python 2.7
3232
and 3.6 environment in Anaconda --
3333

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

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

41-
Activate the 2.7 environment and install nose
41+
Activate the 2.7 environment and install nose and lifelines
4242

4343
- source activate thinkstats2-py27
44-
- pip install nose
44+
- pip install nose lifelines
4545

4646
Activate the 3.6 environment and install nose
4747

4848
- source activate thinkstats2-py36
49-
- pip install nose
49+
- pip install nose lifelines
5050

5151
Extras that are helpful --
5252

0 commit comments

Comments
 (0)