move parallel install to essential tools
This commit is contained in:
parent
57b580ea04
commit
ecb9301be1
@ -67,7 +67,7 @@ sudo apt-get upgrade -y
|
|||||||
Now install some essential tools.
|
Now install some essential tools.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install -y build-essential git wget curl
|
sudo apt-get install -y build-essential git wget curl parallel
|
||||||
```
|
```
|
||||||
|
|
||||||
### :red_circle: Installing PostgreSQL
|
### :red_circle: Installing PostgreSQL
|
||||||
@ -308,11 +308,6 @@ This section shows how to load test buildings into the application from OpenStre
|
|||||||
|
|
||||||
#### Load OpenStreetMap test polygons
|
#### Load OpenStreetMap test polygons
|
||||||
|
|
||||||
First install prerequisites.
|
|
||||||
```bash
|
|
||||||
sudo apt-get install -y parallel
|
|
||||||
```
|
|
||||||
|
|
||||||
Ensure you have the `colouringlondon` environment activated.
|
Ensure you have the `colouringlondon` environment activated.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user