Commit 7e5bb0e8 authored by nd-02110114's avatar nd-02110114
Browse files

🐛 fix small bug

parent edc63c44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ conda install -y -c rdkit -c conda-forge rdkit deepchem==2.3.0
You install the nightly build version via pip. Nightly version is built by the HEAD of DeepChem.

```bash
pip install tensorflow=2.2
pip install tensorflow==2.2
pip install --pre deepchem
```