Added instruction for installing pip in case it is not installed prior to building... 13/29513/3 16.92.0 16.93.0 quillback/16.92.0 quillback/16.93.0 quillback_16.92.0 quillback_16.93.0
authorWalt Miner <walt@linux.com>
Fri, 8 Dec 2023 06:41:37 +0000 (06:41 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 11 Dec 2023 14:45:42 +0000 (14:45 +0000)
BUG-AGL: SPEC-5007

Change-Id: Id79f895bb5b76e55f00bcadeddafd1d3a8f3775c
Signed-off-by: Walt Miner <walt@linux.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29513
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
docs/07_How_To_Contribute/08_Adding_Documentation.md

index b879cc0..4da6165 100644 (file)
@@ -34,7 +34,13 @@ $ git clone "ssh://<LFID>@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