From 1a1ef29c84bc0e528a36a92717751fc8b53d79f9 Mon Sep 17 00:00:00 2001 From: Lyla Shukur <133597126+lylashukur@users.noreply.github.com> Date: Sun, 13 Apr 2025 18:50:02 -0700 Subject: [PATCH] Update Installations --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc9dbc2..da66da5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,16 @@ ## Development Prerequisites Install [GDAL] for your system. See [GDAL Download]. +*gdal +```sh +pip install gdal +``` -Install python gdal wrapper - -`$` `pip install gdal` \ No newline at end of file +*npm +```sh + npm install npm@latest -g +``` +*react-router-dom +```sh +npm install react-router-dom +```