diff --git a/README.md b/README.md index 121c020c..44738e03 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ 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: @@ -46,7 +47,7 @@ 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: