diff --git a/docs/README.md b/docs/README.md index 438c3df2eb..7745986ab3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,6 +3,12 @@ We use sphinx to generate the documentation for this project. The documentation project has been initialized properly and we basically just need to update the actual content. +Install the openfl package + +```sh +pip install . +``` + Install requirements for building documentation: ```sh