Skip to content

Commit 7c0835a

Browse files
committed
add a bit to the readme
1 parent f8071e7 commit 7c0835a

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
# cmb_assignment2 [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fabianh001/cmb_assignment2.git/HEAD)
22

3-
How to merge:
4-
```
5-
$ pip install nbdime
6-
$ nbdime config-git --enable --global
7-
$ git mergetool --tool=nbdime
8-
```
3+
## Installation Notes:
4+
5+
The following python libraries need to be installed before running the jupyter notebook:
6+
- pandas
7+
- geopandas
8+
- matplotlib
9+
- numpy
10+
- seaborn
11+
- requests
912

10-
Installation Notes:
1113
```
1214
conda config --append channels conda-forge
1315
conda install pipwin
1416
conda install gdal
1517
conda install fiona
1618
conda install geopandas
1719
conda install -r requirements.txt
18-
```
20+
```
21+
22+
## Run the Jupyter Notebook
23+
24+
You need to have jupyter installed. Then open the `cmb2.ipynb` notebook and run it.

0 commit comments

Comments
 (0)