diff --git a/doc/installing/linux-generic.md b/doc/installing/linux-generic.md index 13e0a3271a31..c8eb668d7a1e 100644 --- a/doc/installing/linux-generic.md +++ b/doc/installing/linux-generic.md @@ -29,7 +29,7 @@ Requirements are: ## Install packages from the OpenQuake website -Download the installer from https://downloads.openquake.org/pkgs/linux/oq-engine/openquake-setup-linux64-3.6.0-1.run using any browser +Download the installer from https://downloads.openquake.org/pkgs/linux/oq-engine/openquake-setup-linux64-3.7.0-1.run using any browser From a terminal run diff --git a/doc/installing/macos.md b/doc/installing/macos.md index 025ce373839e..aa7a3d6d28f8 100644 --- a/doc/installing/macos.md +++ b/doc/installing/macos.md @@ -23,14 +23,14 @@ Make sure to run the script located under `/Applications/Python 3.6/Install Cert ## Install packages from the OpenQuake website -Download the installer from https://downloads.openquake.org/pkgs/macos/oq-engine/openquake-setup-macos-3.6.0-1.run using any browser +Download the installer from https://downloads.openquake.org/pkgs/macos/oq-engine/openquake-setup-macos-3.7.0-1.run using any browser From the Terminal app (or using iTerm) run ```bash cd Downloads -chmod +x openquake-setup-macos-3.6.0-1.run -./openquake-setup-macos-3.6.0-1.run +chmod +x openquake-setup-macos-3.7.0-1.run +./openquake-setup-macos-3.7.0-1.run ``` then follow the wizard on screen. By default the code is installed in `~/openquake`. diff --git a/doc/installing/windows.md b/doc/installing/windows.md index c6fc8b652f20..858e54223db9 100644 --- a/doc/installing/windows.md +++ b/doc/installing/windows.md @@ -20,7 +20,7 @@ Requirements are: ## Install or upgrade packages from the OpenQuake website -Download the installer from https://downloads.openquake.org/pkgs/windows/oq-engine/OpenQuake_Engine_3.6.0-1.exe using any browser and run the installer, then follow the wizard on screen. +Download the installer from https://downloads.openquake.org/pkgs/windows/oq-engine/OpenQuake_Engine_3.7.0-1.exe using any browser and run the installer, then follow the wizard on screen. ![installer-screenshot-1](../img/win-installer-1.png) ![installer-screenshot-2](../img/win-installer-2.png)