animations
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
uv venv --python 3.12 .freemocap-venv
|
||||
uv pip install --python .freemocap-venv/bin/python "freemocap==1.8.2"
|
||||
.freemocap-venv/bin/python -c "import freemocap; print('FreeMoCap', freemocap.__version__, 'ready')"
|
||||
Reference in New Issue
Block a user