@@ -62,7 +62,7 @@ The following steps espect you having done the bases configuration and set up a
If you don't have already, you'll need to create an virtual environment:
```shell
~/code/aura/engine$ virtualenv -ppython3.8 python
~/code/aura/engine$ python3.8 -m venv python
```
Then you can start the engine. The following command includes the activation of your virtual environment, which you have created during the installation step (`source python/bin/activate`):