Skip to content

Commit

Permalink
remove python2
Browse files Browse the repository at this point in the history
  • Loading branch information
macmanes committed Jan 7, 2020
1 parent d24d2e1 commit 9f6c26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ These instructions work with a standard Ubuntu 16.04 or 18.04 machine available
This is typically necessary only when starting from a fresh machine.

```
sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y install build-essential git python python-pip libxml2-dev libz-dev sudo nano wget curl
sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y install build-essential git libxml2-dev libz-dev sudo nano wget curl
```


Expand Down

0 comments on commit 9f6c26d

Please sign in to comment.