From 017911fa1af6f0b9c9feeef72f5ddaaa54f62f60 Mon Sep 17 00:00:00 2001 From: Walt Miner Date: Fri, 8 Dec 2023 06:41:37 +0000 Subject: Added instruction for installing pip in case it is not installed prior to building doc site. BUG-AGL: SPEC-5007 Change-Id: Id79f895bb5b76e55f00bcadeddafd1d3a8f3775c Signed-off-by: Walt Miner Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29513 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- docs/07_How_To_Contribute/08_Adding_Documentation.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/07_How_To_Contribute') diff --git a/docs/07_How_To_Contribute/08_Adding_Documentation.md b/docs/07_How_To_Contribute/08_Adding_Documentation.md index b879cc0..4da6165 100644 --- a/docs/07_How_To_Contribute/08_Adding_Documentation.md +++ b/docs/07_How_To_Contribute/08_Adding_Documentation.md @@ -34,7 +34,13 @@ $ git clone "ssh://@gerrit.automotivelinux.org:29418/AGL/documentation" && $ sudo pip install -r requirements.txt ``` -3. Serve locally (default rendered at [127.0.0.1:8000/](127.0.0.1:8000/)): +3. If pip is not already installed then install it + ```sh + $ sudo apt-install python3-pip + ``` + + +4. Serve locally (default rendered at [127.0.0.1:8000/](127.0.0.1:8000/)): ```sh $ sudo mkdocs serve -- cgit 1.2.3-korg