update docs README

This commit is contained in:
James McClure 2021-06-14 11:50:10 -04:00
parent f7f70b58da
commit 7f4fb3afe1

View File

@ -10,3 +10,10 @@ pip install sphinx-rtd-theme
sudo apt-get install dvipng
sudo apt-get install texlive texstudio
sudo apt-get install texlive-latex-recommended texlive-pictures texlive-latex-extra
# To build the docs
Step 1) install dependencies listed above
Step 2) type 'make html' from the docs/ directory
Step 3) point your browser at ~/local/doc/build/html/index.html
#