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.
|
||||
|
||||
```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
|
||||
@ -308,11 +308,6 @@ This section shows how to load test buildings into the application from OpenStre
|
||||
|
||||
#### Load OpenStreetMap test polygons
|
||||
|
||||
First install prerequisites.
|
||||
```bash
|
||||
sudo apt-get install -y parallel
|
||||
```
|
||||
|
||||
Ensure you have the `colouringlondon` environment activated.
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user