From e28fe7444783a458a041db57a733d2cc44f5a5cd Mon Sep 17 00:00:00 2001 From: Nahuel Lofeudo Date: Sat, 22 Apr 2023 08:04:28 +0100 Subject: [PATCH] Update dependencies in the Readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 974f1e9..b26f7e5 100644 --- a/README.md +++ b/README.md @@ -40,15 +40,21 @@ If your display's resolution is not 1920x720, you will also need to change the c * iso8601 * zeep * libSDL2_ttf-2.0.so.0 +* python3-numpy +* python3-pandas +* python3-fiona +* python3-pyproj (to build gtfs_kit2) +* libspatialindex-c6 ``` -$ sudo apt install python3-iso8601 python3-zeep libsdl2-ttf-2.0-0 +$ sudo apt install python3-iso8601 python3-zeep libsdl2-ttf-2.0-0 python3-numpy python3-pandas python3-fiona python3-pyproj libspatialindex-c6 ``` * pygame 2 +* GTFS-Kit ``` -$ sudo pip3 install pygame +$ sudo pip3 install pygame gtfs_kit ```