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