Skip to content

Commit

Permalink
Add missing boto3 dependency
Browse files Browse the repository at this point in the history
`boto3` should be installed either through apt or through pip. This is needed for `make ggfunctions`.
  • Loading branch information
siedentop authored and sadjad committed Aug 30, 2019
1 parent 5331864 commit febdf22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ To build `gg` you need the following packages:
- `libtool`
- `pkg-config`
- `libhiredis-dev`
- `python3-boto3`

You can install this dependencies in Ubuntu (17.04 or newer) by running:

```
sudo apt-get install gcc-7 g++-7 protobuf-compiler libprotobuf-dev \
libcrypto++-dev libcap-dev \
libncurses5-dev libboost-dev libssl-dev autopoint help2man \
libhiredis-dev texinfo automake libtool pkg-config
libhiredis-dev texinfo automake libtool pkg-config python3-boto3
```

To build `gg`, run the following commands:
Expand Down

0 comments on commit febdf22

Please sign in to comment.