Skip to content
Snippets Groups Projects
Commit 06097f2d authored by David Trattnig's avatar David Trattnig
Browse files

Added info on how to create the virtual env.

parent 4c92dc71
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,12 @@ Ensure you have following other projects up and running:
- engine-api
- engine-clock (optional)
Create an virtual environment allowing you to ensure having the proper Python version and dependencies:
```shell
~/code/aura/engine$ virtualenv -p python3.8 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`):
```shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment