Skip to content

Commit 159c4f1

Browse files
Updated README.md
1 parent 149cce7 commit 159c4f1

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,15 @@ There are three basic categories of incomplete functionality:
5959

6060
### Pre-requisites
6161
Python 2.7
62-
6362
pip
64-
6563
setuptools
66-
6764
Go 1.10+
6865

69-
7066
### Mac Python 2.7 installation instructions
7167
OSX users can go to https://www.python.org/downloads/release/python-2713/
7268

7369
Once 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".
7571
If pip is not installed please follow the instructions found here
7672
https://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

8682
Next ensure that pip is installed by running "python -m pip --version"
8783
or, "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

9087
Once pip has been succesfully installed run the command "python -m pip install --upgrade pip setuptools"
9188
### GO Lang installation instructions
92-
9389
Note: Please download Go 1.10+
9490
Go 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

9894
If you wish to build Go from source see the documentation here: https://golang.org/doc/install/source
9995

0 commit comments

Comments
 (0)