forked from CGM_Public/pretix_original
Static files management / LessCSS compiler / Bootstrap import
This commit is contained in:
@@ -3,11 +3,18 @@ The development setup
|
||||
|
||||
Obtain a copy of the source code
|
||||
--------------------------------
|
||||
Just clone our git repository::
|
||||
Just clone our git repository including its submodules::
|
||||
|
||||
git clone https://github.com/tixl/tixl.git
|
||||
git clone --recursive https://github.com/tixl/tixl.git
|
||||
cd tixl/
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
* Python 3.4 or newer
|
||||
* ``pip`` for Python 3
|
||||
* ``git``
|
||||
* ``lessc`` (Debian package: ``node-less``)
|
||||
|
||||
Your local python environment
|
||||
-----------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user