Update README.md

This commit is contained in:
Stein Inge Dale 2020-03-25 13:12:52 +01:00 committed by GitHub
parent 331fd2e21a
commit 0f470aad97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ The folder **rips** is a local copy for testing purposes. We need to be able to
- Install Python 3.x
- Install dependencies for rips `pip install grpcio grpcio-tools protobuf`
- Install the documentation system `pip install sphinx`
- Install dependencies for sphinx `pip install m2r`
- Install dependencies for sphinx `pip install m2r sphinx_rtd_theme`
- Open command line in folder **docs**
- Execute `make html`
- Open the generated documentation in a browser `build/html/index.html`