File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ source ~/tensorflow/bin/activate # if using bash
34
34
source ~/tensorflow/bin/activate.csh # if using csh
35
35
```
36
36
37
- Install the pip for TensorFlow. For Python 2.7 CPU-only, this will be:
37
+ Install the pip package for TensorFlow. For Python 2.7 CPU-only, this will be:
38
38
39
39
```
40
40
pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0rc0-cp27-none-linux_x86_64.whl
45
45
[ here] ( https://www.tensorflow.org/versions/r1.0/get_started/os_setup#using_pip )
46
46
for the full list of available TF binaries.
47
47
48
- Install the pip for Fold. For Python 2.7, this will be:
48
+ Install the pip package for Fold. For Python 2.7, this will be:
49
49
50
50
```
51
51
pip install https://storage.googleapis.com/tensorflow_fold/tensorflow_fold-0.0.1-cp27-none-linux_x86_64.whl
You can’t perform that action at this time.
0 commit comments