Skip to content

Commit d6b3361

Browse files
committed
Update readme
1 parent cb100e7 commit d6b3361

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pysplashsurf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ The extension supports single (`np.float32`) and double precision floats (`np.fl
7878
## Build instructions
7979
You can also manually build the package from the source code:
8080
1. Clone the repository
81-
2. cd to the `pysplashsurf` directory
81+
2. `cd` to the `pysplashsurf` directory
8282
3. Create an environment from `python_environment.yaml` and activate it
83-
- I recommend creating it in a subfolder, e.g.
83+
- It is recommended to create it in a subfolder, e.g.
8484
```conda env create --prefix ./env -f python_environment.yaml```
8585
- Then activate it using `conda activate ./env`
8686
4. Now, to build the project, use maturin: `maturin develop`

0 commit comments

Comments
 (0)