From f3ee35a2afa64f9ad84eb485a9765b066d469473 Mon Sep 17 00:00:00 2001 From: JulioV Date: Wed, 18 Dec 2019 17:26:56 -0500 Subject: [PATCH] Update installation instruction dependecies for Linux --- docs/usage/installation.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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