Skip to content

Commit

Permalink
update prerequisites.md (google#310)
Browse files Browse the repository at this point in the history
Update outdated link and add Python dependencies install instructions
  • Loading branch information
zchcai authored May 7, 2020
1 parent 41aa9b4 commit c597721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting-started/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Install Docker using the instructions
Googlers can visit [go/installdocker](https://goto.google.com/installdocker).

If you want to run `docker` without `sudo`, you can
[create a docker group](https://docs.docker.com/engine/installation/linux/ubuntulinux/#/create-a-docker-group).
[create a docker group](https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user).

**Note:** Docker images can consume significant disk space. Clean up unused
docker images periodically.
Expand All @@ -61,6 +61,7 @@ If you already have Python installed, you can verify its version by running
Install the python dependencies by running the following command:

```bash
sudo apt-get install python3-dev python3-venv
make install-dependencies
```

Expand Down

0 comments on commit c597721

Please sign in to comment.