We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
First step, you need install some tools (if you dont have it)
sudo apt-get install virtualenvwrapper
Second step, create a virtualenv
mkvirtualenv SOME_NAME -a /the/path/to/write-it
Install the requirements
pip install -r requirements.txt
(I think I missed half of the commands but that is sort of close)
In debian/ubuntu we found that sometimes we get the following error
``
And we solved it by running:
sudo apt-get install python-dev
There was an error while loading. Please reload this page.