Skip to content

Commit

Permalink
update README to install the bc utility
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuan Pham committed Dec 16, 2019
1 parent e3d2002 commit 48e6672
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 @@ -14,7 +14,7 @@ docker run -it squareslab/genprog /bin/bash
Download and set up any dependencies
```bash
apt-get update
apt-get -y install git time build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev wget z3
apt-get -y install git time build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev wget z3 bc

# Install python
pushd /tmp
Expand Down

0 comments on commit 48e6672

Please sign in to comment.