File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
8787will 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
9090Run the following command to install dependencies, configure, build and test the project:
9191
@@ -94,7 +94,7 @@ pixi run test
9494```
9595
9696The 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
You can’t perform that action at this time.
0 commit comments