Skip to content

Commit e2f790d

Browse files
committed
Updated required python version, and removed sudos
1 parent 0877464 commit e2f790d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_docs_v7/Build-SU2-Linux-MacOS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This is a quick guide to compile and install a *basic version* of SU2. For more
4141
Short summary of the minimal requirements:
4242

4343
- C/C++ compiler
44-
- Python 3
44+
- Python 3.7
4545

4646
**Note:** all other necessary build tools and dependencies are shipped with the source code or are downloaded automatically.
4747

@@ -80,12 +80,12 @@ If you want to use the python wrapper capabilities, also `swig` and `mpi4py` are
8080

8181
On **Mac OS X**, you can use the [Homebrew](http://brew.sh/) package manager. Once it is installed on your system, you can install Swig by running:
8282

83-
$ sudo brew install swig
83+
$ brew install swig
8484

8585
Install mpi4py with Python pip using easy install:
8686

87-
$ sudo easy_install pip
88-
$ sudo pip install mpi4py
87+
$ easy_install pip
88+
$ pip install mpi4py
8989

9090
---
9191

0 commit comments

Comments
 (0)