- GNU Make
- Python 3 (because I don't like Python 2.7)
- git
- Install Python 3.x
- Install pip
- Install dependencies
// Install dependencies
$ pip install -U pytest markdown gitpython
Just do make
and commit the changed files. :)
// Install dependencies
$ pip install -U pytest markdown gitpython
Just do make
and commit the changed files. :)