1 2 3 4 5 6 7 8 9 10 11
# Plottery Server To build on a **Raspberry Pi**, you first need to install dependencies: ```sh # install rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # install ssl sudo apt install libssl-dev ```