Skip to content

Commit 9620ef2

Browse files
committed
Fix typo
1 parent a0ed76f commit 9620ef2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

source-code/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,19 @@ to create it. There is some material not covered in the presentation as well.
66
## Requirements
77

88
* Python version: at least 3.6
9-
* Packages:
9+
* Packages (names listed that can be used with `pip` or `conda` to install):
1010
* pandas
1111
* seaborn
1212
* holoviews
1313
* sqlalchemy
14-
* folium
1514
* matplotlib
16-
* numpy
1715
* scipy
1816
* geopandas
1917
* shapely
20-
* bs4
18+
* beautifulsoup4
2119
* networkx
22-
* Jupyter notebook
23-
* Optional packages
24-
* gdal
25-
* fiona
20+
* jupyter
21+
* folium (with conda, use `-c conda-forge`)
2622

2723
## What is it?
2824
* [`db-access`](db-access): illustration of accessing SQLite databases and using

0 commit comments

Comments
 (0)