From 0fe9fe0304b81edd116c5bd3445d8d4fb14bd652 Mon Sep 17 00:00:00 2001 From: boyska Date: Tue, 7 Mar 2017 12:14:16 +0100 Subject: [PATCH] github -> git.lattuga.net --- doc/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index 2804f89..557ec5b 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -3,7 +3,7 @@ Installation Installing larigira is quite simple. You can install latest version from PyPI using ``pip install larigira``. Or you can ``git clone -https://github.com/boyska/larigira.git`` and run ``python setup.py install``. +https://git.lattuga.net/boyska/larigira.git`` and run ``python setup.py install``. As always, the usage of a virtualenv is recommended. The only supported python version is 3.4.