PyPkg RTD 02

Source code on Github PyPkg RTD 02 on the Python Package Index Travis Continuous Integration AppVeyor Continuous Integration Coveralls Documentation Status GPL v3 License

Python packaging test with RTD

Development of PyPkg RTD 02 happens on Github. You can read the full documentation online.

Installation

To install the latest released version of PyPkg RTD 02, run this command in your terminal:

$ pip install pypkg_rtd_02

This is the preferred method to install PyPkg RTD 02, as it will always install the most recent stable release.

If you don’t have pip installed, the Python installation guide, respectively the Python Packaging User Guide can guide you through the process.

To install the latest development version of PyPkg RTD 02 from Github.

$ pip install git+https://github.com/goerz-testing/pypkg_rtd_02.git@master#egg=pypkg_rtd_02

Usage

To use PyPkg RTD 02 in a project:

import pypkg_rtd_02