<%= projectName %>

https://img.shields.io/pypi/v/python_boilerplate.svg https://img.shields.io/travis/fgriberi/python_boilerplate.svg Documentation Status

<%= projectName %> contains all the boilerplate you need to create a Python package.

Get Started!

Here’s how to set up <%= projectName %> for local environment.

1- Clone the <%= projectName %> locally:

$ git clone <%= projectUrl %>

2- Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up the package for local development:

$ sudo make boostrap
$ mkvirtualenv <%= projectName %>
$ pip install -r requirements/dev.txt

3- How to enable/disable virtualenv

$ workon <%= projectName %>
$ ...
$ deactivate

Credits

This package was generated using Yeoman and Cookiecutter projects.