Skip to content

praekeltfoundation/ways-of-working

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Praekelt Dev Ways of Working

Hey, hopefully you're here because you're about to embark on a project with us.

These docs are automatically built & available at http://ways-of-working.rtfd.org/.

Build these docs locally with:

$ virtualenv ve
$ source ve/bin/activate
(ve)$ pip install -r requirements.pip
(ve)$ cd docs
(ve)$ make html

Open index.html in docs/_build/html.