dependencies

parent fc0a690e
...@@ -3,10 +3,13 @@ ...@@ -3,10 +3,13 @@
```sh ```sh
sudo apt update sudo apt update
sudo apt upgrade sudo apt upgrade
sudo apt install python3-pip sudo apt install python3-full python3-pip
python3 -m venv ~/venv
``` ```
```sh ```sh
pip3 install jupyterlab pip3 install jupyterlab
pip3 install OSMPythonTools osm2geojson geopandas osmnx
``` ```
## Descaga de datos ## Descaga de datos
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment