Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.06 KB

README.rst

File metadata and controls

34 lines (26 loc) · 1.06 KB

CCR

Build Status Coverage Codacy Grade

A simple python module for accessing and working with the Chakra Community Repository.

Installation

To install from source, just run:

git clone https://github.com/ccr-tools/python-ccr.git
cd python-ccr
sudo pip install -r requirements.txt
sudo python setup.py install

Contributing

This project follows the git-flow branching model. Please submit pull requests to the development branch, not master.