Skip to content

Commit 0011b33

Browse files
committed
Small fix in installation.md
1 parent 12efcb4 commit 0011b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ The code has been tested with Ubuntu 16.04/18.04 and TensorFlow 1.14.0/1.12.0.
6868
2. Create a new conda environment and install tensorflow-gpu 1.14.0.
6969
```shell
7070
conda create -n tf-1.14.0 tensorflow-gpu==1.14.0
71-
conda install -c conda-forge yacs tqdm
7271
conda activate tf-1.14.0
72+
conda install -c conda-forge yacs tqdm
7373
```
7474

7575
3. Build the code under `tensorflow`.

0 commit comments

Comments
 (0)