Skip to content

Commit aa2baeb

Browse files
author
Moshe Looks
authored
Update setup.md
1 parent df730a5 commit aa2baeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_fold/g3doc/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ source ~/tensorflow/bin/activate # if using bash
3434
source ~/tensorflow/bin/activate.csh # if using csh
3535
```
3636

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:
3838

3939
```
4040
pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.0rc0-cp27-none-linux_x86_64.whl
@@ -45,7 +45,7 @@ see
4545
[here](https://www.tensorflow.org/versions/r1.0/get_started/os_setup#using_pip)
4646
for the full list of available TF binaries.
4747

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:
4949

5050
```
5151
pip install https://storage.googleapis.com/tensorflow_fold/tensorflow_fold-0.0.1-cp27-none-linux_x86_64.whl

0 commit comments

Comments
 (0)