Skip to content

Commit

Permalink
Update README.md adding conda installation (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlottaSartore authored Jan 13, 2025
1 parent 50078d5 commit d90ac33
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const auto& controlOutput = controller.getControl();
- [Eigen3](http://eigen.tuxfamily.org/index.php?title=Main_Page)
- [cmake](https://cmake.org/)
## Build the library
## Source installation
```console
git clone https://github.com/GiulioRomualdi/lie-group-controllers.git
Expand All @@ -124,6 +124,13 @@ cmake --build .
```
If you want to enable tests set the `BUILD_TESTING` option to `ON`.

## Conda installation
In case you do not need the src file of the library, it is possible to install the library also via conda, using the following command:

```console
conda install -c conda-forge liblie-group-controllers
```

## Use lie-group-controllers in your project

**lie-group-controllers** provides native CMake support which allows the library to be easily used in CMake projects. Please add in your `CMakeLists.txt`
Expand Down

0 comments on commit d90ac33

Please sign in to comment.