We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a3ce6 commit 2b21c22Copy full SHA for 2b21c22
doc/install.md
@@ -63,7 +63,8 @@ source $tensorflow_venv/bin/activate
63
pip install --upgrade pip
64
pip install --upgrade tensorflow==2.3.0
65
```
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
+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
68
```bash
69
source $tensorflow_venv/bin/activate
70
0 commit comments