Skip to content

Commit adf0ef6

Browse files
committed
docs: update readme with pixi build instructions and CI badge
1 parent af8ce79 commit adf0ef6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![conan Windows](https://github.com/BehaviorTree/BehaviorTree.CPP/actions/workflows/cmake_windows.yml/badge.svg)](https://github.com/BehaviorTree/BehaviorTree.CPP/actions/workflows/cmake_windows.yml)
55
[![ros1](https://github.com/BehaviorTree/BehaviorTree.CPP/workflows/ros1/badge.svg?branch=master)](https://github.com/BehaviorTree/BehaviorTree.CPP/actions?query=workflow%3Aros1)
66
[![ros2](https://github.com/BehaviorTree/BehaviorTree.CPP/workflows/ros2/badge.svg?branch=master)](https://github.com/BehaviorTree/BehaviorTree.CPP/actions?query=workflow%3Aros2)
7+
[![pixi (Conda)](https://github.com/BehaviorTree/BehaviorTree.CPP/actions/workflows/pixi.yaml/badge.svg)](https://github.com/BehaviorTree/BehaviorTree.CPP/actions/workflows/pixi.yaml)
78

89
# BehaviorTree.CPP 4.5
910

@@ -87,6 +88,11 @@ cmake ../BehaviorTree.CPP
8788
cmake --build . --parallel
8889
```
8990

91+
If you want to build in a [pixi](https://pixi.sh/) project (conda virtual environment).
92+
```
93+
pixi run build
94+
```
95+
9096
If you want to use BT.CPP in your application, please refer to the
9197
example here: https://github.com/BehaviorTree/btcpp_sample .
9298

0 commit comments

Comments
 (0)