Skip to content

Commit 2b21c22

Browse files
author
Han Wang
committed
add notice for the consistency of the tf version
1 parent e6a3ce6 commit 2b21c22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/install.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ source $tensorflow_venv/bin/activate
6363
pip install --upgrade pip
6464
pip install --upgrade tensorflow==2.3.0
6565
```
66-
It is notice that everytime a new shell is started and one wants to use `DeePMD-kit`, the virtual environment should be activated by
66+
It is highly recommanded to keep the consistency of the TensorFlow version for the python and C++ interfaces.
67+
Everytime a new shell is started and one wants to use `DeePMD-kit`, the virtual environment should be activated by
6768
```bash
6869
source $tensorflow_venv/bin/activate
6970
```

0 commit comments

Comments
 (0)