Skip to content

Commit

Permalink
Add links
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 13, 2024
1 parent 3889eb1 commit 77fed06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ First of all, please install the `yarp-device-realsense2` following one (and jus

## Install with conda or pixi (easy)

You can easily the library with [`conda`](https://github.com/conda-forge/yarp-device-realsense2-feedstock) in a new conda environment with
You can easily the library with [`conda`](https://docs.conda.io/en/latest/) in a new conda environment with
```
conda create -n newenvname -c conda-forge yarp-device-realsense2
```

`conda` will automatically install all the supported dependencies.

To add yarp-device-realsense2 to a `pixi` project, just run:
To add yarp-device-realsense2 to a [`pixi`](https://pixi.sh/latest/) project, just run:

```
pixi add yarp-device-realsense2
Expand Down

0 comments on commit 77fed06

Please sign in to comment.