Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update BUILDING information
  • Loading branch information
Azd325 committed Nov 12, 2015
1 parent 2141a5f commit 0b23669
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions docs/BUILDING
@@ -1,23 +1,18 @@
NOTE that the doc build scripts require Python 2, and will *not* work with
Python 3!!!

===============================================================================

To build in a virtual environment (requires the 'virtualenv' and 'pip' tools
To build in a virtual environment (requires the 'virtualenv', 'pip' and 'graphiz' tools
installed in your distro):

$ cd ./docs
$ virtualenv2 qtile
$ virtualenv qtile
$ source qtile/bin/activate
$ pip2 install -r requirements.txt
$ pip install -r requirements.txt
$ make html
$ deactivate

===============================================================================

To build on Ubuntu:

$ sudo apt-get install python-sphinxcontrib.seqdiag python-sphinxcontrib.blockdiag
$ sudo apt-get install python-sphinxcontrib.seqdiag graphiz

Install: https://github.com/:snide/sphinx_rtd_theme

Expand Down

0 comments on commit 0b23669

Please sign in to comment.