Updating
Auto-update is only available on cargo at the moment. Please uninstall and reinstall dora if you wish to update dora with github release, but don't forget to update python package as well with:
cargo install dora-cli --locked
pip install dora-rs --upgrade
Updating to latest source
dora destroy
sudo rm $(which dora)
pip uninstall dora-rs
## dora binary
git clone https://github.com/dora-rs/dora.git
cd dora
cargo build --release -p dora-cli
PATH=$PATH:$(pwd)/target/release
## Python API
maturin develop -m apis/python/node/Cargo.toml --release