=doc Update Sphinx installation instructions
This commit is contained in:
parent
6a6525fa1f
commit
fa4c859342
1 changed files with 11 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ Add the Homebrew Python path to your $PATH:
|
|||
|
||||
::
|
||||
|
||||
/usr/local/Cellar/python/2.7.1/bin
|
||||
/usr/local/Cellar/python/2.7.5/bin
|
||||
|
||||
|
||||
More information in case of trouble:
|
||||
|
|
@ -129,7 +129,7 @@ Add texlive bin to $PATH:
|
|||
|
||||
::
|
||||
|
||||
/usr/local/texlive/2012basic/bin/universal-darwin
|
||||
/usr/local/texlive/2013basic/bin/universal-darwin
|
||||
|
||||
Add missing tex packages:
|
||||
|
||||
|
|
@ -142,3 +142,12 @@ Add missing tex packages:
|
|||
sudo tlmgr install wrapfig
|
||||
sudo tlmgr install helvetic
|
||||
sudo tlmgr install courier
|
||||
sudo tlmgr install multirow
|
||||
|
||||
If you get the error "unknown locale: UTF-8" when generating the documentation the solution is to define the following environment variables:
|
||||
|
||||
::
|
||||
|
||||
export LANG=en_US.UTF-8
|
||||
export LC_ALL=en_US.UTF-8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue