Skip to content

Commit

Permalink
Improved installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Feb 19, 2016
1 parent 2be82bd commit c2130ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you want an isolated environment, you can use [virtualenv](https://virtualenv
$ virtualenv env
$ source ./env/bin/activate

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.
There are different packages for TensorFlow, depending on your platform. Please edit `requirements.txt` using your favorite editor, and make sure only the right one for your platform is uncommented. Default is Python 2, Ubuntu/Linux 64-bits, CPU-only.

Then install the required python packages using pip:

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ wheel

######
#####
#### Uncomment the right version of TensorFlow for your system
###
#### Uncomment only the right version of TensorFlow for your system
### (default is Python 2, Ubuntu/Linux 64-bit, CPU only)
##
# 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
Expand Down

0 comments on commit c2130ff

Please sign in to comment.