Updated installation instructions and added sphinx github extension
This commit is contained in:
@@ -37,7 +37,8 @@ extensions = [
|
||||
'nbsphinx',
|
||||
'sphinx.ext.mathjax',
|
||||
'sphinxcontrib.bibtex',
|
||||
'sphinx.ext.graphviz'
|
||||
'sphinx.ext.graphviz',
|
||||
'sphinxtogithub'
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
||||
@@ -6,7 +6,7 @@ Prerequesites
|
||||
|
||||
There are a few dependencies required to install concatenator:
|
||||
|
||||
1. Python 2.7.11 (It will probably run on earlier versions)
|
||||
1. Python 2.7.11 (tested)
|
||||
2. libsndfile - used for audio file IO
|
||||
3. The HDF5 Library - used for large file storage
|
||||
4. The Sox audio library - used for pitch shifting
|
||||
|
||||
Reference in New Issue
Block a user