@@ -26,8 +26,7 @@ We suggest using Anaconda Python to install Autocnet within a virtual environmen
1. Install Docker
2. Get the Postgresql with Postgis container and run it `docker run --name testdb -e POSTGRES_PASSOWRD='NotTheDefault' -e POSTGRES_USER='postgres' -p 5432:5432 -d mdillon/postgis`