@@ -62,7 +62,7 @@ The following steps espect you having done the bases configuration and set up a
...
@@ -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:
If you don't have already, you'll need to create an virtual environment:
```shell
```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`):
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`):