Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 393 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 393 Bytes

Building the pySLM2 docs

To view pySLM2 documentation, some additional packages are required. In the pySLM2/docs directory, do

pip install -r requirements.txt

This will install the necessary packages for building the documentation. Then in command line do

make html

HTML files for the documentation will be generated and can be viewed in browser.