1. Get apollo-resources

follow steps here to get apollo-resources

2. Downloading

The toolbox is currently set up to be run from the documents directory. From there, you can clone the apollo-rust repository.

cd ~/documents
git clone <https://github.com/Apollo-Lab-Yale/apollo-rust.git>

3. Build the library

Build the apollo-rust library using cargo.

cd ~/documents/apollo-rust
cargo build