glances/docs/README.txt
2016-03-12 15:43:43 +01:00

23 lines
283 B
Plaintext

Building the docs
=================
First install Sphinx:
pip install sphinx
or update it if already installed:
pip install --upgrade sphinx
Go to the docs folder:
cd docs
Then build the HTML documentation:
make html
and the man page:
LC_ALL=C make man