From 6c787e237a2e55f2274c7408ea0be225caec92a7 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 24 Feb 2022 15:23:05 +0000 Subject: [PATCH] styling changes --- docs/setup-dev-environment.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/setup-dev-environment.md b/docs/setup-dev-environment.md index 37e3976f..54fbb370 100644 --- a/docs/setup-dev-environment.md +++ b/docs/setup-dev-environment.md @@ -1,6 +1,6 @@ # Setting up a local development environment -This document is intended to guide you through setting up a local development environment for the Colouring London application. This guide assumes you already have either already have access to an machine with Ubuntu 18.04 or 20.04 installed, or can use VirtualBox to set up an Ubuntu virtual machine as below: +This document is intended to guide you through setting up a local development environment for the Colouring London application. This guide assumes you already have either already have access to an machine with Ubuntu 18.04 or 20.04 installed, or can use VirtualBox to set up an Ubuntu virtual machine as below.
@@ -128,7 +128,7 @@ export PATH=\$NODEJS_HOME:\$PATH EOF ``` -Then run source to make sure node and npm are on your path: +Then run source to make sure node and npm are on your path. ```bash source ~/.profile @@ -275,7 +275,7 @@ ls ~/colouring-london/migrations/*.up.sql 2>/dev/null | while read -r migration; This section shows how to load test buildings into the application from OpenStreetMaps (OSM). -#### Set up Python: +#### Set up Python Install python and related tools. @@ -303,7 +303,7 @@ pip install --upgrade pip pip install --upgrade setuptools wheel ``` -#### Load OpenStreetMap test polygons: +#### Load OpenStreetMap test polygons First install prerequisites. ```bash