Here is the installation of django-lfs
using zc.buildout
.
Does anyone know how you would best go about to install it without zc.buildout
and using pip
and a virtual evnvironment
instead?
$ mkvirtualenv shop_project
(shop_project)$ pip install django-lfs
...