mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
update dev docs
This commit is contained in:
parent
280b010493
commit
4168c01141
1 changed files with 2 additions and 4 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue