InstallationΒΆ

At the command line:

$ easy_install django-random-filestorage

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-random-filestorage
$ pip install django-random-filestorage