From 66ea993b8dacae8596bd68ef317cd649e3462da6 Mon Sep 17 00:00:00 2001 From: Bayang Date: Thu, 29 Jun 2023 09:53:02 +0200 Subject: [PATCH] Update README.md Updated the README.md -> corrected the pip usage command --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 9b164017d041..46488c9bb0b9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,14 +4,14 @@ ```bash # Install dependencies. -pip -r requirements-docs.txt +pip install -r requirements-docs.txt # Build the docs. make clean make html ``` -## Open the docs with your brower +## Open the docs with your browser ```bash python -m http.server -d build/html/