Skip to content

Commit 18521ac

Browse files
committed
pixi: Improve the documentation
1 parent b811e24 commit 18521ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ To build **EigenPy** from source the easiest way is to use [Pixi](https://pixi.s
8585

8686
[Pixi](https://pixi.sh/latest/) is a cross-platform package management tool for developers that
8787
will install all required dependencies in `.pixi` directory.
88-
It's used by our CI agent so you will have the guarantee to have exactly the same dependencies we use to build it.
88+
It's used by our CI agent so you have the guarantee to get the right dependencies.
8989

9090
Run the following command to install dependencies, configure, build and test the project:
9191

@@ -94,7 +94,7 @@ pixi run test
9494
```
9595

9696
The project will be built in the `build` directory.
97-
You can now run `pixi shell` and build the project with `cmake` and `ninja`.
97+
You can now run `pixi shell` and build the project with `cmake` and `ninja` manually.
9898

9999
## Credits
100100

0 commit comments

Comments
 (0)