Skip to content

Virtualenv Pip setup

msama edited this page Jul 14, 2012 · 1 revision

To install django-uploadclaner in your virtualenv add the following to your configuration file:

pip install -r requirements.txt

Then in your requirements.txt file add:

-e git://github.com/PuzzleDev/django-uploadcleaner.git#egg=django-puzzledev-uploadcleaner

Clone this wiki locally