update dev docs

This commit is contained in:
Damien Elmes 2019-12-24 18:38:04 +10:00
parent 280b010493
commit 4168c01141

View file

@ -20,10 +20,8 @@ To start, make sure you have the following installed:
- npm - npm
- your platform's C compiler, eg gcc, Xcode or Visual Studio 2017. - your platform's C compiler, eg gcc, Xcode or Visual Studio 2017.
- GNU make - GNU make
- protoc (https://github.com/protocolbuffers/protobuf/releases)
Once the above are installed, install rustup from https://rustup.rs/. You can - rustup (https://rustup.rs/)
save some time by choosing a custom installation, and selecting a toolkit of
'none' and 'minimal' tools.
Next, build a Python virtual environment and activate it: Next, build a Python virtual environment and activate it: