LESS Python package
February 5, 2012 ยท View on GitHub
Just a way to install LESS with PIP, needed it to use in a virtualenv project.
Installation
Install with PIP
pip install -e git+git@github.com:linssen/python-less.git#egg=less
python env/src/less/setup.py install
Install with setup.py
git clone https://github.com/andreyfedoseev/django-less.gitpython setup.py install