Skip to content
Snippets Groups Projects
Unverified Commit c230e617 authored by Rong Zhang's avatar Rong Zhang Committed by GitHub
Browse files

Merge pull request #2891 from earlruby/fix-python-pip-version-flag-in-readme

Fix the Python and pip version flag in the README
parents 1aee6ec3 97a05ff3
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ To deploy the cluster you can use : ...@@ -40,7 +40,7 @@ To deploy the cluster you can use :
For Vagrant we need to install python dependencies for provisioning tasks. For Vagrant we need to install python dependencies for provisioning tasks.
Check if Python and pip are installed: Check if Python and pip are installed:
python -v && pip -v python -V && pip -V
If this returns the version of the software, you're good to go. If not, download and install Python from here <https://www.python.org/downloads/source/> If this returns the version of the software, you're good to go. If not, download and install Python from here <https://www.python.org/downloads/source/>
Install the necessary requirements Install the necessary requirements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment