diff --git a/install_guide.md b/install_guide.md index 553e9d2..dd896fb 100644 --- a/install_guide.md +++ b/install_guide.md @@ -16,6 +16,7 @@ since rvt_model_services relies on a bunch of awesome packages here is an instal python -m pip install numpy==1.12.1
python -m pip install pandas==0.19.2
python -m pip install psutil==5.2.2
+ python -m pip install olefile=0.44
* check afterwards with a "pip list" if your installation process was successful
* optionally you could set this up in an virtual environment, but that is beyond the scope of this guide.