From 9f95b17af22cafe208af92936c97fcc58765b52d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Aradi?= Date: Fri, 5 Aug 2016 16:25:49 +0200 Subject: [PATCH 1/3] Fix base.html to use correct author in the head section. --- ford/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ford/templates/base.html b/ford/templates/base.html index 11eb4179..e77d2412 100644 --- a/ford/templates/base.html +++ b/ford/templates/base.html @@ -9,7 +9,7 @@ {% else %} {% endif %} - + {% block title %} {{ project }} {% endblock title %} From 916d3f4a6977536a2ebbb2cb362bb4c350e5bd03 Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Tue, 6 Sep 2016 23:54:14 -0700 Subject: [PATCH 2/3] Update installation documentation for pip install. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04d4cfd7..5982d384 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,9 @@ Current features include: ##Installation The simplest way to install FORD is using [pip](https://pip.pypa.io/en/latest/). -This can be done with the command +This can be done with the commands: + sudo apt-get install python-pip python-dev build-essential sudo pip install ford Pip will automatically handle all dependencies for you. If From c748ec847241b58be12c7ef25a643dd3fdbfeaed Mon Sep 17 00:00:00 2001 From: Chris MacMackin Date: Wed, 7 Sep 2016 07:58:59 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5982d384..b990592d 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Current features include: The simplest way to install FORD is using [pip](https://pip.pypa.io/en/latest/). This can be done with the commands: - sudo apt-get install python-pip python-dev build-essential + sudo apt-get install python-pip python-dev build-essential #For Debian-based Linux, if pip not already installed sudo pip install ford Pip will automatically handle all dependencies for you. If