Skip to content

Commit

Permalink
Add instructions for setting up the VM.
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiyabl authored Mar 8, 2023
1 parent c95d8cd commit 979108d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@ You can log into the new VM using `gcloud`:
```bash
gcloud compute ssh "${VM}" --zone=us-west1-b
```
Setup the VM:

```bash
sudo apt-get -y update
sudo apt-get -y install libbz2-dev zlib1g-dev libncurses5-dev libncursesw5-dev liblzma-dev
```

Install python and pip related tools on the VM:

```bash
sudo apt-get -y install python3-dev python3-pip
```

See the [runtime metrics page](runtime_metrics.md) for an overview of runtimes
using different GCP compute VM configurations.
Expand Down

0 comments on commit 979108d

Please sign in to comment.