File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,22 +31,22 @@ The mini Anaconda installs are available at https://conda.io/miniconda.html.
3131Once your Anaconda package is installed and available, create a Python 2.7
3232and 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
3737Each of these commands will take a bit of time -- give it a few minutes
3838to download and install the packages and their dependences. Once complete,
3939switch 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
4646Activate the 3.6 environment and install nose
4747
4848 - source activate thinkstats2-py36
49- - pip install nose
49+ - pip install nose lifelines
5050
5151Extras that are helpful --
5252
You can’t perform that action at this time.
0 commit comments