Update installation instruction dependecies for Linux
parent
739d3f0315
commit
f3ee35a2af
|
@ -61,6 +61,11 @@ Mac OS (tested on Catalina)
|
||||||
Linux (tested on Ubuntu 16.04)
|
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
|
#. Install MySQL
|
||||||
|
|
||||||
- ``brew install mysql``
|
- ``brew install mysql``
|
||||||
|
@ -112,4 +117,5 @@ Linux (tested on Ubuntu 16.04)
|
||||||
| ``port=3306``
|
| ``port=3306``
|
||||||
|
|
||||||
.. _bug: https://github.com/Homebrew/linuxbrew-core/issues/17812
|
.. _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
|
Loading…
Reference in New Issue