mirror of
https://github.com/triqs/dft_tools
synced 2024-12-26 14:23:38 +01:00
Change link from github
modified: doc/install.rst modified: doc/installation/osx_lion.rst
This commit is contained in:
parent
29a6a9f5df
commit
32bee97004
@ -34,7 +34,7 @@ Installation steps
|
|||||||
|
|
||||||
#. Download the sources of TRIQS from github into a ``src`` directory::
|
#. Download the sources of TRIQS from github into a ``src`` directory::
|
||||||
|
|
||||||
$ git clone git@github.com:TRIQS/triqs.git src
|
$ git clone https://github.com/TRIQS/triqs.git src
|
||||||
|
|
||||||
#. Create an empty build directory where you will compile the code::
|
#. Create an empty build directory where you will compile the code::
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ Installation of the dependencies
|
|||||||
|
|
||||||
pip install sphinx
|
pip install sphinx
|
||||||
easy_install pyparsing==1.5.7
|
easy_install pyparsing==1.5.7
|
||||||
git clone git://github.com/mathjax/MathJax.git MathJax
|
git clone https://github.com/mathjax/MathJax.git MathJax
|
||||||
|
|
||||||
NB : you need pyparsing <=1.5.7 since apparently v.2.0 works only for python 3.
|
NB : you need pyparsing <=1.5.7 since apparently v.2.0 works only for python 3.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user