From fd51c1a50e8b7fc5ed54585207d40f98c7a90b78 Mon Sep 17 00:00:00 2001 From: Ben Jones Date: Tue, 5 Nov 2024 10:52:05 +1100 Subject: [PATCH] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 0424e75..20ef5bf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -39,7 +39,7 @@ This screen capture shows how the final PWA will be rendered to the user. 3. [GIT 2.x.x +](https://git-scm.com/downloads) > [!Important] -> MacOS users may have a `pip3` soft link instead of `pip`, run the below commands to see what path your system is configured with and use that command through the project. +> MacOS and Linux users may have a `pip3` soft link instead of `pip`, run the below commands to see what path your system is configured with and use that command through the project. If neither command returns a version, then likely [Python 3.x](https://www.python.org/downloads/) needs to be installed. > ```bash > pip show pip > pip3 show pip