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: package/README.md
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,10 @@ Windows and macOS are the only operating systems currently supported.
7
7
Linux users are encouraged to use pip-installed or source built versions of the RAVEN, HERON, and TEAL software packages.
8
8
9
9
## 1. Build FORCE executables
10
-
Create a conda environment `force_build_310`, install the RAVEN, HERON, and TEAL pip packages, and build the FORCE executables using the script
10
+
Create a conda environment `force_build_310`, install the RAVEN, HERON, and TEAL pip packages, and build the FORCE executables using the script `build_force.sh`.
11
+
The path to the conda executable must be provided using the `--conda-defs` argument.
11
12
```console
12
-
./build_force.sh
13
+
./build_force.sh --conda-defs <path to conda directory>/etc/profile.d/conda.sh
When running the `make_docs.sh` script, the optional `--no-build` flag may be added if the desired documentation PDFs have already been built, and you do not wish to rebuild the documents.
38
+
If using the `--no-build` option, there is no need to have the `raven_libraries` active.
0 commit comments