Development

This page contains reference material for those interested in developing and contributing to the hostedpi module.

The project source code is hosted on GitHub at https://github.com/piwheels/hostedpi which also includes the issue tracker.

Setting up for Development

  1. Clone the repository and enter the directory:

    $ git clone https://github.com/piwheels/hostedpi
    $ cd hostedpi
    
  2. Create a virtual environment e.g. using virtualenvwrapper:

    $ mkvirtualenv hostedpi
    
  3. Install the project for development:

    $ make develop