diff --git a/docs/usage/installation.rst b/docs/usage/installation.rst index 1d8b8141..79848c48 100644 --- a/docs/usage/installation.rst +++ b/docs/usage/installation.rst @@ -61,6 +61,11 @@ Mac OS (tested on Catalina) Linux (tested on Ubuntu 16.04) ------------------------------ +#. Install dependenies: + - ``sudo apt-get install libmariadb-client-lgpl-dev libxml2-dev libssl-dev`` + - Install brew_ for linux and add the following line to ~/.bashrc: ``export PATH=$HOME/.linuxbrew/bin:$PATH`` + - ``source ~/.bashrc`` + #. Install MySQL - ``brew install mysql`` @@ -112,4 +117,5 @@ Linux (tested on Ubuntu 16.04) | ``port=3306`` .. _bug: https://github.com/Homebrew/linuxbrew-core/issues/17812 -.. _instructions: https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html \ No newline at end of file +.. _instructions: https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html +.. _brew: https://docs.brew.sh/Homebrew-on-Linux \ No newline at end of file