File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,17 @@ Make sure you install the core Jupyter runtime as well as the following librarie
34
34
* sklearn (optional) - was used for normalisation scaling but no longer needed
35
35
* matplotlib - for plotting the data
36
36
* xlrd - used by pandas to read the raw data in Excel
37
+ * geoplot - used to draw world maps
38
+ * pyyaml - used to generate some data files in YAML format for the Jekyll web site
39
+ * seaborn - improves the look and feel of the graphs
37
40
38
- All dependencies are stored inside ``` requirements.txt ``` and can be installed via ``` pip ``` :
41
+ You will need to install ``` proj ``` and ````geos``` in order to use the ``` cartopy``` framework (used to generate the nice world map):
42
+
43
+ ```
44
+ brew install proj geos
45
+ ```
46
+
47
+ Then install the python libraries via ``` pip ``` :
39
48
40
49
```
41
50
pip install -r requirements.txt
You can’t perform that action at this time.
0 commit comments