Skip to content

Commit

Permalink
Add 64-bit Python requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
awjuliani authored Sep 26, 2017
1 parent 06ebbbf commit dc08c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ If you are a Windows user who is new to Python/TensorFlow, follow [this guide](h
* Matplotlib
* numpy
* Pillow
* Python (2 or 3)
* Python (2 or 3; 64bit required)
* docopt (Training)
* TensorFlow (1.0+) (Training)

### Installing Dependencies
To install dependencies, go into the `python` directory and run (depending on your python version):
To install dependencies, go into the `python` sub-directory of the repositroy, and run (depending on your python version) from the command line:

`pip install .`

Expand Down

0 comments on commit dc08c10

Please sign in to comment.