plexcryptool/install.sh

6 lines
142 B
Bash
Raw Normal View History

2023-05-10 18:11:34 +02:00
#!/usr/bin/env bash
rm target/wheels -rf
cargo install --path .
maturin build --release
2023-05-17 13:07:11 +02:00
pip install target/wheels/plexcryptool-*.whl --force