Skip to content

Commit

Permalink
Update INSTALL.md (deepfakes#178)
Browse files Browse the repository at this point in the history
INSTALL.md now aligns with requirements in script.
  • Loading branch information
GSonderling authored and Clorr committed Feb 12, 2018
1 parent 9181b1a commit 809dfc2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,19 @@ The developers are also not responsible for any damage you might cause to your o

## Installing dependencies

### Python 3.6

### Python >= 3.2

Note that you will need the 64bit version of Python, especially to setup the GPU version!

#### Windows
Download the latest version of Python 3 from Python.org: https://www.python.org/downloads/release/python-364

#### macOS
By default, macOS comes with Python 2.7. For best usage, need Python 3.6. The easiest way to do so is to install it through `Homebrew`. If you are not familiar with `homebrew`, read more about it here: https://brew.sh

To install Python 3.6:
By default, macOS comes with Python 2.7. For best usage, need at least Python 3.2. The easiest way to do so is to install it through `Homebrew`. If you are not familiar with `homebrew`, read more about it here: https://brew.sh/

To install Python 3.2 or higher:

```
brew install python3
Expand Down

0 comments on commit 809dfc2

Please sign in to comment.