Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
update-readme-for-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
anchalg00 committed Mar 23, 2020
1 parent 79a4270 commit 0531004
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ Setup for developers (Windows)
$ ./venv/Scripts/activate
$ pip install -r requirements/dev.txt
```
1. Create `systersdb` database, where `systersdb` might be any suitable name.
1. Make sure you have GDAL installed.
- Download OSGeo4W using the [OSGeo4W installer](https://trac.osgeo.org/osgeo4w/wiki)
- Specifically, install pkg-gdal-python, which is within 'Libs' in the installer tree.
- Add GDAL_LIBRARY_PATH in the `systers_portal/settings/base.py` and make sure the path points to the GDAL Library on your local machine.
6. Create `systersdb` database, where `systersdb` might be any suitable name.
- Open the SQL Shell for postgresql from the windows start menu or wherever accessible

```
Expand Down

0 comments on commit 0531004

Please sign in to comment.