Add rust installation step to `contribution.rst`

pull/2888/head
James Campbell 2022-03-21 15:41:52 -05:00 committed by Kieran Prasch
parent 9d766cbf55
commit 6ccefc87cd
1 changed files with 7 additions and 1 deletions

View File

@ -59,7 +59,13 @@ contributing proposed changes:
$ git remote update
After acquiring a local copy of the application code, you will need to
Ensure Rust is Installed
^^^^^^^^^^^^^^^^^^^^^^^^^
Instruction for installing Rust can be found (\ `here <https://rustup.rs/>`_\ ).
After acquiring a local copy of the application code and installing rust, you will need to
install the project dependencies, we recommend using either ``pip`` or ``pipenv``.