We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f76962 commit 44bef13Copy full SHA for 44bef13
photonlib-python-examples/run.bat
@@ -27,5 +27,8 @@ if "%~1"=="" (
27
:: Move to to the right example folder
28
cd %~1
29
30
+:: Setup robotpy
31
+pip install -e .
32
+
33
:: Run the example
34
robotpy sim
photonlib-python-examples/run.sh
@@ -26,5 +26,8 @@ fi
26
# Move to the right example folder
cd $1
+# Setup robotpy
# Run the example
0 commit comments