aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install-ubuntu.md
diff options
context:
space:
mode:
authorGravatar hlopko <hlopko@google.com>2017-08-18 13:57:00 +0200
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-08-21 14:15:04 +0200
commite2eb771029a065438b99556111a267b280356a03 (patch)
treeacc6c35063ab393e356d28d045978c0241639335 /site/docs/install-ubuntu.md
parentabc69c33ef9fd3b58d74b3ff28713f99c639c2af (diff)
Add python as a bazel dependency into our docs
RELNOTES: Python is now required to build bazel. PiperOrigin-RevId: 165694080
Diffstat (limited to 'site/docs/install-ubuntu.md')
-rw-r--r--site/docs/install-ubuntu.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/install-ubuntu.md b/site/docs/install-ubuntu.md
index fbe8c945d2..16f236163c 100644
--- a/site/docs/install-ubuntu.md
+++ b/site/docs/install-ubuntu.md
@@ -70,7 +70,7 @@ libraries must also be installed for Bazel to work.
### 1. Install required packages
```bash
-sudo apt-get install pkg-config zip g++ zlib1g-dev unzip
+sudo apt-get install pkg-config zip g++ zlib1g-dev unzip python
```
### 2. Download Bazel