Contributing to hospital

Setup DEV environment

Here is the recipe to setup and use default development environment:

  • Install prerequisites:

    • Python version 2.7 and 3.3 (both versions are tested)
    • Git
    • virtualenv
    • make
  • Clone hospital repository (may be your fork):

    git clone git@github.com:python-hospital/hospital.git
    cd hospital/
  • Bootstrap development environment:

    make develop
  • Run tests:

    make test

Note

The Makefile is the reference card for common actions in development environment.

Read the Docs v: 0.2
Versions
latest
0.2
0.1
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.