Skip to content
Chris MacMackin edited this page Jan 14, 2015 · 8 revisions

The simplest way to install FORD is using pip. This can be done with the command

sudo pip install ford

Pip will automatically handle all dependencies for you. If you do not have administrative rights on the computer where you want to produce documentation, pip will allow you to install FORD and its dependencies in a virtualenv located somewhere in your home directory.

If you prefer, you can install all of those dependencies manually and clone FORD from Github. Place FORD somewhere in your PYTHONPATH.

Clone this wiki locally