3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-26 06:14:14 +01:00

Change link from github

modified:   doc/install.rst
  modified:   doc/installation/osx_lion.rst
This commit is contained in:
Michel Ferrero 2013-09-09 15:52:58 +02:00
parent 29a6a9f5df
commit 32bee97004
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ Installation steps
#. 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::

View File

@ -62,7 +62,7 @@ Installation of the dependencies
pip install sphinx
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.