bossenti commented on issue #962: URL: https://github.com/apache/streampipes/issues/962#issuecomment-1371136770
Alright, so let's assume you have cloned the streampipes repo in a directory called `streampipes`. Then you can follow this steps: 1. go to `/streampipes/streampipes-client-python` 2. run `pip install ".[docs]"` to install the requirements for the docs ( as far as I know you can leave out the `"` in case you are on windows 3. run `make livedoc` to get the live docs served on `http://127.0.0.1:8000/` 4. In case `make` does not work for you, run the following commands: ```bash mkdocs build mkdocs serve --dirtyreload ``` Does that work for you? Yes, or maybe just leave the `#` out... Feel free to try a few combinations if you want to :) PS: I've assigned the ticket to you to indicate that you are on it Thanks for your interest so far 👍🏼 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
