@@ -59,19 +59,15 @@ There are three basic categories of incomplete functionality:
5959
6060### Pre-requisites
6161Python 2.7
62-
6362pip
64-
6563setuptools
66-
6764Go 1.10+
6865
69-
7066### Mac Python 2.7 installation instructions
7167OSX users can go to https://www.python.org/downloads/release/python-2713/
7268
7369Once you've succesfull installed Python2.7 please ensure that pip is also
74- instaleld on your system by running the "python -m pip --version" command .
70+ installed on your system by running the command "python -m pip --version".
7571If pip is not installed please follow the instructions found here
7672https://pip.pypa.io/en/stable/installing/#
7773
@@ -85,15 +81,15 @@ then it's already installed. If it returns python3+ then run the command
8581
8682Next ensure that pip is installed by running "python -m pip --version"
8783or, "python2 -m pip version". If it returns pip [ version number] then
88- pip is already installed. If it doesn't run the command "sudo apt install python-pip"
84+ pip is already installed. If it doesn't run the command "sudo apt install python-pip".
85+ Note: Again, replace apt with the appropriate package tool.
8986
9087Once pip has been succesfully installed run the command "python -m pip install --upgrade pip setuptools"
9188### GO Lang installation instructions
92-
9389Note: Please download Go 1.10+
9490Go lang can be downloaded here: https://golang.org/dl/
9591
96- please see the official go installation documentation to install Go: https://golang.org/doc/install
92+ Please see the official go installation documentation to install Go: https://golang.org/doc/install
9793
9894If you wish to build Go from source see the documentation here: https://golang.org/doc/install/source
9995
0 commit comments