Remove superfluous "install" (#24836)

This commit is contained in:
Todd Volkert 2018-11-28 16:19:28 -08:00 committed by GitHub
parent 06ec8d3b41
commit c80244d1ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ their infrastructure.
To work on this infrastructure you will need:
- [install depot_tools](http://www.chromium.org/developers/how-tos/install-depot-tools)
- [depot_tools](http://www.chromium.org/developers/how-tos/install-depot-tools)
- Python package installer: `sudo apt-get install python-pip`
- Python coverage package (only needed for `training_simulation`): `sudo pip install coverage`