diff --git a/docs/installation_instructions.md b/docs/installation_instructions.md index 2a5e1e641d2528d297ad2fdaea710e70517c2ec2..501e739e8308193ce9237b4199f93feb8b18425b 100644 --- a/docs/installation_instructions.md +++ b/docs/installation_instructions.md @@ -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`