Skip to content

Commit 6530ef4

Browse files
authored
Merge pull request joaoventura#5 from b4d/master
Added MacPorts install info.
2 parents b0a27b7 + 88bcb38 commit 6530ef4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chapters/installation.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ \section{Installing on Windows}
4242

4343
\section{Installing on macOS}
4444

45-
You can download the latest macOS binary releases from \url{https://www.python.org/downloads/mac-osx/}. Make sure you download the latest Python 3 release (3.6.4 at the time of writing). You can also use Homebrew, a package manager for macOS (\url{https://brew.sh/}). To install the latest Python 3 release with Homebrew, just do "\texttt{brew install python3}" on your terminal.
45+
You can download the latest macOS binary releases from \url{https://www.python.org/downloads/mac-osx/}. Make sure you download the latest Python 3 release (3.6.4 at the time of writing). You can also use Homebrew, a package manager for macOS (\url{https://brew.sh/}). To install the latest Python 3 release with Homebrew, just do "\texttt{brew install python3}" on your terminal. Another option is to use MacPorts package manager (\url{https://www.macports.org/}) and command "\texttt{port install python36}".
46+
4647

4748
\begin{figure}[H]
4849
\centering

0 commit comments

Comments
 (0)