Skip to content

Commit

Permalink
Default platform is python 2, Ubuntu/Linux 64 bits. This is for Binde…
Browse files Browse the repository at this point in the history
…r to work properly.
  • Loading branch information
ageron committed Feb 19, 2016
1 parent 19bd270 commit 2be82bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ If you want an isolated environment, you can use [virtualenv](https://virtualenv
$ virtualenv env
$ source ./env/bin/activate

Next, edit `requirements.txt` to uncomment the right version of TensorFlow for your platform, then install the required python packages using pip:
Default platform is python 2, Ubuntu/Linux 64 bits. If your platforms is different, please edit `requirements.txt` using your favorite editor, comment the tensorflow line and uncomment the right version of TensorFlow for your platform.

Then install the required python packages using pip:

$ pip install -r requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wheel
###
##
# Python 2, Ubuntu/Linux 64-bit, CPU only:
#https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.0-py2-none-linux_x86_64.whl
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.0-py2-none-linux_x86_64.whl

# Python 2, Ubuntu/Linux 64-bit, GPU enabled:
#https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.7.0-py2-none-linux_x86_64.whl
Expand Down

0 comments on commit 2be82bd

Please sign in to comment.