awburgess / geopandas-postgis

Adds a custom accessor to GeoPandas that provides enhanced PostGIS interaction
MIT License
10 stars 7 forks source link

Use psycopg2-binary instead to avoid build from source #8

Open meshalawy opened 4 years ago

meshalawy commented 4 years ago

Changing psycopg2 to psycopg2-binary to avoid the need to build from the source. Building from source requires pg_config -which may require to install Postgres- which may not be needed.