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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,8 @@ To access the most recent release, see "Releases" on the sidebar. Download the a
62
62
- Find and run the silt program: Execute (double click) the `launch_silt.bat` file in the folder
63
63
64
64
### Notes to keep in mind
65
+
- You may encounter Conda errors when you run `launch_silt.bat` if Conda is not added to the PATH environment variable. To fix, you can either 1) add Conda to PATH (generally not recommended), or 2) open the "Anaconda Powershell Prompt" terminal, navigate to the default installation directory, and run `launch_silt.bat`. The script will then find Conda.
66
+
65
67
- Please do not move `launch_silt.bat` or `run_tests.bat` to a different location (moving the entire folder as a whole is okay).
66
68
67
69
- (optionally) You may run the tests any time to make sure the program works properly. If you encounter errors, please try runing these tests: Execute `run_tests.bat` in the installation folder (done automatically on installation).
0 commit comments