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: pysplashsurf/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ You can also manually build the package from the source code:
63
63
- Then activate it using `conda activate ./envs`
64
64
4. Now, to build the project, use maturin: `maturin develop`
65
65
- Maturin automatically installs the resulting binary in your python environment
66
-
- Set the release flag `-r` or `--release` to build a more performant binary, however, compilation time will be slightly longer
66
+
- Set the release flag `-r` or `--release` to build an optimized binary, however, compilation time will be slightly longer
67
67
68
68
### Documentation Build
69
69
To generate the Sphinx documentation, make sure that the package is installed through, e.g., maturin, and then run `make html` in the `pysplashsurf/pysplashsurf/docs` directory.
0 commit comments