Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lars Kruse
aura-engine
Commits
e87be140
Commit
e87be140
authored
Jul 29, 2021
by
david
Browse files
Added info on how to create the virtual env.
parent
ac3ab465
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/developer-guide.md
View file @
e87be140
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment