diff --git a/README.rst b/README.rst index 368902c4f..d80c216d5 100755 --- a/README.rst +++ b/README.rst @@ -200,8 +200,10 @@ Then install **hddm** via **github**. To make use of the LAN fuctionalities, you need to install `pytorch`_. :: + pip install torch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 + A common issue on new machines is that the installation of the **pymc** package (a necessary dependency), is hampered by problems with compiling its fortran code. Try downgrading the version of your **gcc** compiler. This can be done on a MAC (not the new M1/M2 versions tragically), via @@ -214,7 +216,23 @@ In case you do not have the **brew** command, install `Homebrew