feat: python bindings
This commit is contained in:
parent
4920ab96f8
commit
012ccf8b42
12 changed files with 402 additions and 14 deletions
1
justfile
1
justfile
|
|
@ -20,6 +20,7 @@ profile:
|
|||
cargo build --profile profiling
|
||||
samply record ./target/profiling/client_cli --bot dummy,dummy
|
||||
pythonlib:
|
||||
rm -rf target/wheels
|
||||
maturin build -m store/Cargo.toml --release
|
||||
pip install --no-deps --force-reinstall --prefix .devenv/state/venv target/wheels/*.whl
|
||||
trainbot algo:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue