Skip to content
Snippets Groups Projects
Commit 425822e3 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Apply suggestion to docs/installation_instructions.md

parent 1542f1c9
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ guide][https://openappstack.net/contact.html).
* A trusted machine to run the installer on (we call this the `provisioning
machine`). All the commands listed in these instructions should be run on the
provisioning machine, unless specified otherwise.
* You need Python 3 and Git installed (`apt install python3 git`)
* You need Python 3 with it's development files, Pip and Git installed (`apt install python3-pip python3-dev git`)
* We recommend using a [python virtualenv](https://docs.python.org/3/tutorial/venv.html)
to make sure we do not change any of your other projects. Install virtualenv
by running `pip3 install --user venv` or `apt install python3-venv`
......
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