Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 757 Bytes

INSTALL.md

File metadata and controls

38 lines (23 loc) · 757 Bytes

Installing Cascadenik

Thanks for downloading Cascadenik.

Depedencies

To install, first install the Python Imaging Library and Cssutils. On linux and osx all command below likely need to have the command sudo in front of them. Substitute easy_install for pip install if needed.

Dependency information:

Using Pip

% pip install cssutils
% pip install PIL

On Ubuntu

% apt-get install python-cssutils python-imaging

Cascadenik

$ pip install cascadenik

Or, run the following command inside this directory:

% python setup.py install

Now run the test suite:

% python -m cascadenik.tests