# Installation This project is in early development, and many features have yet to be implemented with breaking changes. Please don't take for granted the current design. The installation process will be streamlined in the future. ### Download the binaries from Github Install `dora` binaries from GitHub releases: ```bash wget https://github.com/dora-rs/dora/releases/download//dora--x86_64-Linux.zip unzip dora--x86_64-Linux.zip python3 -m pip install dora-rs== ## For Python API PATH=$PATH:$(pwd) dora --help ``` #### Or compile from Source Build it using: ```bash git clone https://github.com/dora-rs/dora.git cd dora cargo build --all --release PATH=$PATH:$(pwd)/target/release ```