A cookiecutter (project template) for creating a Substance D starter project.
- Python 2.7 or 3.3+
- cookiecutter
- Generate a Substance D project.
$ cookiecutter https://github.com/Pylons/substanced-cookiecutter
- Change directory to the project name given in the last cookiecutter question.
$ cd my_project_name
- Run your project.
$ bin/pserve development.ini
For Python 3, a virtual environment is automatically created and set up in development mode.