Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 514 Bytes

INSTALL.md

File metadata and controls

14 lines (10 loc) · 514 Bytes

cryptography

When running on a raspberry pi the python cryptography library won't install unless you have the rust compiler installed.

Follow the instructions on the rustup website to install rust.

Source your .bashrc to make sure rustc is on your path: source ~/.bashrc

With rustc installed on the pi you should now be able to install the pip cryptography library: pip install cryptography.

install the rest of the python dependencies

pip install -r requirements.txt