We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ed76f commit 9620ef2Copy full SHA for 9620ef2
source-code/README.md
@@ -6,23 +6,19 @@ to create it. There is some material not covered in the presentation as well.
6
## Requirements
7
8
* Python version: at least 3.6
9
-* Packages:
+* Packages (names listed that can be used with `pip` or `conda` to install):
10
* pandas
11
* seaborn
12
* holoviews
13
* sqlalchemy
14
- * folium
15
* matplotlib
16
- * numpy
17
* scipy
18
* geopandas
19
* shapely
20
- * bs4
+ * beautifulsoup4
21
* networkx
22
- * Jupyter notebook
23
-* Optional packages
24
- * gdal
25
- * fiona
+ * jupyter
+ * folium (with conda, use `-c conda-forge`)
26
27
## What is it?
28
* [`db-access`](db-access): illustration of accessing SQLite databases and using
0 commit comments