Skip to content

Commit 44bef13

Browse files
committed
install deps
1 parent 4f76962 commit 44bef13

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

photonlib-python-examples/run.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ if "%~1"=="" (
2727
:: Move to to the right example folder
2828
cd %~1
2929

30+
:: Setup robotpy
31+
pip install -e .
32+
3033
:: Run the example
3134
robotpy sim

photonlib-python-examples/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ fi
2626
# Move to the right example folder
2727
cd $1
2828

29+
# Setup robotpy
30+
pip install -e .
31+
2932
# Run the example
3033
robotpy sim

0 commit comments

Comments
 (0)