From f78581b4ceb4f1ad4001e824dac8684312d9ceba Mon Sep 17 00:00:00 2001 From: Till Maas Date: Dec 28 2016 22:30:56 +0000 Subject: Clarify documentation --- diff --git a/README.rst b/README.rst index 0e6a5a9..98fc0e0 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,13 @@ development instance of this project, follow these steps: :: - dnf install python-virtualenvwrapper + dnf install python-virtualenvwrapper python3-devel openssl-devel + +* Get the mkvirtualenv shell function + +:: + + . /etc/profile.d/virtualenvwrapper.sh * Create the virtualenv @@ -36,7 +42,7 @@ development instance of this project, follow these steps: :: - mdapi-get_repo_md mdapi/default_config.py + ./mdapi-get_repo_md mdapi/default_config.py * Start the server @@ -44,5 +50,11 @@ development instance of this project, follow these steps: ./mdapi-run +* If you need to reactivate the virtual env later, use workon: + +:: + + workon mdapi + -..note: This project is python3 only +**Note:** This project is python3 only