- blender
- python
- pep8
(within blender modules)
- pylint
- sphinx
Substitute <path/to/modules>
with one of the following:
on Mac OSX
~/Library/Application\ Support/Blender/<version>/scripts/modules/
on Windows
<drive>:\Documents and Settings\<username>\AppData\Roaming\Blender Foundation\Blender\<version>\scripts\modules\
on *nix:
~/.blender/<version>/scripts/modules/
$ pip install --upgrade -t <path/to/modules> sphinx
$ make docs
$ pip install pep8
$ pip install pylint
make pep8
make pylint
make test