Skip to content

Commit

Permalink
Add missing python3-dev dep to quickstart instructions (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Larsen authored and Eric Hennenfent committed Jan 27, 2020
1 parent 85ec60e commit cf88579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Install and try Manticore in a few shell commands:

```bash
# Install system dependencies
sudo apt-get update && sudo apt-get install python3 python3-pip -y
sudo apt-get update && sudo apt-get install python3 python3-dev python3-pip -y

# Install Manticore and its dependencies
sudo pip3 install manticore[native]
Expand Down

0 comments on commit cf88579

Please sign in to comment.