Minor document change

This commit is contained in:
2016-03-26 23:01:28 +00:00
parent e89cb6c681
commit 194d394f57
+11 -3
View File
@@ -23,13 +23,21 @@ There are a few dependencies required to install concatenator:
Brew Python
+++++++++++
There are a number of ways to install python. The simplest is through
homebrew/linuxbrew using the following command:
There are a number of ways to install python. The simplest is through homebrew
(OSX) / Linuxbrew (most Linux distributions) using the following command:
.. code:: bash
brew install python
Homebrew can be installed by following installation instructions from here:
http://brew.sh/
Linuxbrew can be installed by following installation instructions from here:
https://github.com/Linuxbrew/linuxbrew
Pyenv Python
++++++++++++
An alternative that allows greater flexibility is to use pyenv which allows for
@@ -54,7 +62,7 @@ pyenv pythons to your path.
Other dependencies
++++++++++++++++++
libsndfile and HDF5 libraries can also be installed via homebrew/linuxbrew:
libsndfile, sox and the HDF5 libraries can also be installed via homebrew/linuxbrew:
.. code:: bash