[docs] Update getting started for more accurate build prereqs on linux
Change-Id: Iffae2be43f463a30964c2660bd4a8b94049906f5
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/460714
Commit-Queue: Gabe Schine <thatguy@google.com>
Reviewed-by: Petr Hosek <phosek@google.com>
diff --git a/docs/get-started/get_fuchsia_source.md b/docs/get-started/get_fuchsia_source.md
index ecb9a8a..0101e78 100644
--- a/docs/get-started/get_fuchsia_source.md
+++ b/docs/get-started/get_fuchsia_source.md
@@ -7,13 +7,12 @@
## Prerequisites
-The Fuchsia project requires `python`, `curl`, `unzip`, and `git` to be
-up-to-date:
+The Fuchsia project requires `curl`, `unzip`, and `git` to be up-to-date:
* For **Linux**, install or update the following packages:
```posix-terminal
- sudo apt-get install build-essential curl git python unzip
+ sudo apt-get install curl git unzip
```
Note: Fuchsia requires the version of Git to be 2.28 or higher.