summaryrefslogtreecommitdiff
path: root/Docs.md
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-10-21 14:45:04 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-10-21 13:59:53 -0700
commitbb9a927bd5477026b871ed5466ec188de8306d81 (patch)
tree2c4a8303bc307ebd83556ed33bbac4bc209201f4 /Docs.md
parentef77d6f553380121d27eed034bf057baf81814ee (diff)
Add yapf to third_party.
Diffstat (limited to 'Docs.md')
-rw-r--r--Docs.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/Docs.md b/Docs.md
index 89fa01c05..069a0e8b6 100644
--- a/Docs.md
+++ b/Docs.md
@@ -114,10 +114,6 @@ submodule. However, you need to install separately:
3. Enable `Debugging Tools for Windows`, Goto Control Panel -> Windows 10 SDK
-> Right-Click -> Change -> Change -> Check Debugging Tools for Windows ->
Change -> Finish
-6. Before running `./tools/format.py`, make sure you have `yapf` installed for
- the current Python and `rustfmt` for Rust. They can be installed by:
-
- pip install yapf rustup component add rustfmt-preview
### Build: