From 86b78dc3757644b83e999068ac80d3bada000674 Mon Sep 17 00:00:00 2001 From: porteratzo <44075849+porteratzo@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:18:55 -0600 Subject: [PATCH] initial (#1041) Signed-off-by: porteratzo --- docs/README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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