diff --git a/README.md b/README.md index 87fa33dd3..061109c1b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ To install Tuplex, simply install the dependencies first and then build the pack #### MacOS build from source To build Tuplex, you need several other packages first which can be easily installed via [brew](https://brew.sh/). ``` -brew install llvm@9 boost boost-python3 aws-sdk-cpp pcre2 antlr4-cpp-runtime googletest gflags yaml-cpp celero +brew install llvm@9 boost boost-python3 aws-sdk-cpp pcre2 antlr4-cpp-runtime googletest gflags yaml-cpp celero protobuf libmagic python3 -m pip cloudpickle numpy python3 setup.py install ``` diff --git a/doc/source/gettingstarted.rst b/doc/source/gettingstarted.rst index 3ff373853..a04a66c20 100644 --- a/doc/source/gettingstarted.rst +++ b/doc/source/gettingstarted.rst @@ -242,13 +242,13 @@ A convenient option to install packages under Mac OS X is `Homebrew