We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb100e7 commit d6b3361Copy full SHA for d6b3361
1 file changed
pysplashsurf/README.md
@@ -78,9 +78,9 @@ The extension supports single (`np.float32`) and double precision floats (`np.fl
78
## Build instructions
79
You can also manually build the package from the source code:
80
1. Clone the repository
81
-2. cd to the `pysplashsurf` directory
+2. `cd` to the `pysplashsurf` directory
82
3. Create an environment from `python_environment.yaml` and activate it
83
- - I recommend creating it in a subfolder, e.g.
+ - It is recommended to create it in a subfolder, e.g.
84
```conda env create --prefix ./env -f python_environment.yaml```
85
- Then activate it using `conda activate ./env`
86
4. Now, to build the project, use maturin: `maturin develop`
0 commit comments