From e59201bfa32a8331570a862efef74baa80c9b656 Mon Sep 17 00:00:00 2001 From: Gultak <2469830+Gultak@users.noreply.github.com> Date: Tue, 22 Aug 2023 22:50:15 +0100 Subject: [PATCH] Update README.md Update README.md to include installation of `python3-pip`. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f66138..b49d087 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,15 @@ If your display's resolution is not 1920x720, you will also need to change the c * libspatialindex-c6 * yaml -``` +```shell $ sudo apt install python3-iso8601 python3-zeep libsdl2-ttf-2.0-0 python3-numpy python3-pandas python3-fiona python3-pyproj libspatialindex-c6 python3-yaml ``` * pygame 2 * GTFS-Kit -``` +```shell +$ sudo apt install python3-pip $ sudo pip3 install pygame gtfs_kit ```