You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code in the book was tested with Python 3.5, though most (but not all) will also work correctly with Python 2.7 and other older Python versions.
80
+
81
+
The packages required to run the code in the book are listed in [requirements.txt](requirements.txt). To install these using [conda](http://conda.pydata.org), run the following at the command-line:
82
+
83
+
```
84
+
$ conda install --file requirements.txt
85
+
```
86
+
87
+
To create a stand-alone environment named ``PDSH`` with Python 3.5 and all the required package versions, run the following:
You can read more about using conda environments in the [Managing Environments](http://conda.pydata.org/docs/using/envs.html) section of the conda documentation.
94
+
95
+
77
96
## Code Listings
78
97
79
98
The notebooks above are still being edited. In the meantime, you can see all
0 commit comments