Skip to content

Commit 232e493

Browse files
✨ Add installation instructions for running the application with pixi
1 parent c2a21a8 commit 232e493

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ conda activate visualizer-env
1919
conda install -c robotology robot-log-visualizer
2020
```
2121

22+
### 🧚 Install with pixi
23+
24+
You can also run the application using `pixi`:
25+
26+
```console
27+
pixi run robot-log-visualizer
28+
```
29+
30+
See the pixi homepage: [pixi](https://pixi.run).
31+
2232
### 🐍 Install from `pip` with apt python
2333

2434
Install `python3`, if not installed (in **Ubuntu 20.04**):
@@ -48,7 +58,7 @@ python -m pip install git+https://github.com/ami-iit/robot-log-visualizer.git
4858

4959
## 🏃 Usage
5060

51-
Once you have installed the `robot-log-visualizer` you can run it from the terminal
61+
Once you have installed the `robot-log-visualizer` you can run it from the terminal.
5262

5363
[robot-log-visualizer.webm](https://github.com/ami-iit/robot-log-visualizer/assets/16744101/3fd5c516-da17-4efa-b83b-392b5ce1383b)
5464

0 commit comments

Comments
 (0)