Skip to content

Commit

Permalink
Update README to reflect Tensorflow restrictions. (deepfakes#597)
Browse files Browse the repository at this point in the history
Tensorflow does not support 32 bit systems so I specified x64-bit Python. Same goes for the OS. Also updated the link for Python installer on Windows.
  • Loading branch information
Joshua Moore authored and torzdf committed Feb 1, 2019
1 parent 0637523 commit 66cfa49
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ The type of computations that the process does are well suited for graphics card

## Supported operating systems
- **Windows 10**
Windows 7 and 8 might work. Your milage may vary
Windows 7 and 8 might work. Your milage may vary.
- **Linux**
Most Ubuntu/Debian or CentOS based Linux distributions will work.
- **macOS**
GPU support on macOS is limited due to lack of drivers/libraries from Nvidia.
- All operating systems must be 64-bit for Tensorflow to run.

Alternatively there is a docker image that is based on Debian.

Expand All @@ -68,9 +69,9 @@ The developers are also not responsible for any damage you might cause to your o

# General Install Guide
## Installing dependencies
- Python >= 3.2
- Python >= 3.2-3.6 64-bit (cannot be 3.7.x as Tensorflow has not been updated to provide support)
- apt/yum install python3 (Linux)
- [Installer](https://www.python.org/downloads/) (Windows)
- [Installer](https://www.python.org/downloads/release/python-368/) (Windows)
- [brew](https://brew.sh/) install python3 (macOS)

- [virtualenv](https://github.com/pypa/virtualenv) and [virtualenvwrapper](https://virtualenvwrapper.readthedocs.io) may help when you are not using docker.
Expand Down

0 comments on commit 66cfa49

Please sign in to comment.