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 +```