You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,11 @@ Click `Save/Run` to launch the installer.
33
33
34
34
Click `Install Portable Python` to install. Please be patient, it may take up to 10 minutes to install.
35
35
36
-
Note: if you get a "Failed to download configuration" error, try replacing the _Config URL:_ path with a link to the config.json file in the latest release (e.g. https://github.com/USACE-WaterManagement/pythonCWMS/releases/download/v0.81/pythonCWMS_config.json) and reload the configuration.
36
+
#### Failed to download configuration error
37
+
38
+
Note: if you get a "Failed to download configuration" error with the jython installer, try replacing the `Config URL:` path with a link to the `config.json` file in the latest release (e.g. [./releases/download/v0.81/pythonCWMS_config.json](./releases/download/v0.81/pythonCWMS_config.json)) and reload the configuration. This error can occur if the rawgithub content is blocked.
39
+
40
+
You can also just download the [latest release](./releases/download/) and unzip the portable python distribution and setup your environment variables yourself.
37
41
38
42
### General Usage
39
43
- Use `pythonCWMS` in the command line to run python.
0 commit comments