diff --git a/README.md b/README.md index 366a882..c99ccb6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ DeepMicro is a deep representation learning framework exploiting various autoenc ``` **Step 4:** Install required packages, then install tensorflow. ``` -~$ pip install --upgrade pip && pip install numpy==1.16.2 && pip install pandas==0.24.2 && pip install scipy==1.2.1 && pip install scikit-learn==0.20.3 && pip install matplotlib==3.0.3 && pip install psutil==5.6.1 && pip install keras==2.2.4 +~$ pip install --upgrade pip && pip install numpy==1.16.2 && pip install pandas==0.24.2 && pip install scipy==1.2.1 && pip install scikit-learn==0.20.3 && pip install matplotlib==3.0.3 && pip install psutil==5.6.1 && pip install keras==2.2.4 && pip install h5py==2.10.0 --force-reinstall ``` * If your machine is *not* equipped with GPU, install tensorflow CPU version ```