Skip to content

Commit faa6c0a

Browse files
committed
Update Readme
1 parent e4d573f commit faa6c0a

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
@@ -74,8 +74,8 @@ You can also manually build the package from the source code:
7474
2. cd to the `pysplashsurf` directory
7575
3. Create an environment from `python_environment.yaml` and activate it
7676
- I recommend creating it in a subfolder, e.g.
77-
```conda env create --prefix ./envs -f python_environment.yaml```
78-
- Then activate it using `conda activate ./envs`
77+
```conda env create --prefix ./env -f python_environment.yaml```
78+
- Then activate it using `conda activate ./env`
7979
4. Now, to build the project, use maturin: `maturin develop`
8080
- Maturin automatically installs the resulting binary in your python environment
8181
- Set the release flag `-r` or `--release` to build an optimized binary, however, compilation time will be slightly longer

0 commit comments

Comments
 (0)