Skip to content

Commit 972cb44

Browse files
Merge pull request #1 from rafaelbrizola/rafaelbrizola-patch-1
Update INSTALL.md
2 parents e0faec6 + e95262c commit 972cb44

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

INSTALL.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Installation Tutorial
22

3-
First, if you don't have i already you will need to install a version of Python.
3+
First, if you don't have it already, you will need to install a version of Python.
44

55
##Python Installation:
66

@@ -36,7 +36,11 @@ The macOS comes with python 2.7, but it is a good idea to install Python3.
3636
3737
Before you install Python on OS X, you should ensure your Mac settings allow installing packages that aren't from the App Store. Go to System Preferences (it's in the Applications folder), click "Security & Privacy," and then the "General" tab. If your "Allow apps downloaded from:" is set to "Mac App Store," change it to "Mac App Store and identified developers."
3838
39-
You need to go to the website https://www.python.org/downloads/release/python-351/ and download the Python installer:
39+
If you already have homebrew installed, just run the command:
40+
command-line
41+
```$ brew install python3```
42+
43+
Otherwise, you will need to install it manually. Go to the website https://www.python.org/downloads/release/python-351/ and download the Python installer:
4044
4145
Download the Mac OS X 64-bit/32-bit installer file,
4246
Double click python-3.5.1-macosx10.6.pkg to run the installer.

0 commit comments

Comments
 (0)