Update installation instruction dependecies for Linux

replace/2b553b0e8bd58509db009a7d37ba62bb25d69224
JulioV 2019-12-18 17:26:56 -05:00
parent 739d3f0315
commit f3ee35a2af
1 changed files with 7 additions and 1 deletions

View File

@ -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
.. _instructions: https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html
.. _brew: https://docs.brew.sh/Homebrew-on-Linux