Skip to content

Commit cbf866f

Browse files
committed
Updated installation ontes for cartopy
1 parent 39300f9 commit cbf866f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,17 @@ Make sure you install the core Jupyter runtime as well as the following librarie
3434
* sklearn (optional) - was used for normalisation scaling but no longer needed
3535
* matplotlib - for plotting the data
3636
* 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
3740

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```:
3948

4049
```
4150
pip install -r requirements.txt

0 commit comments

Comments
 (0)