From 6d3c5eccda7f5f496ef4036ec5e7aab70f620d05 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Mon, 6 Oct 2014 18:09:00 +0100 Subject: [PATCH] Added links to Python and pip. --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index d3dc1a82..d6036cfb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -146,5 +146,5 @@ If you're using another source code control you'll want to check it's documentat The documentation site that we've just built only uses static files so you'll be able to host it from pretty much anywhere. [GitHub project pages](https://help.github.com/articles/creating-project-pages-manually) and [Amazon S3](http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html) are good hosting options. Upload the contents of the entire `site` directory to wherever you're hosting your website from and you're done. -[python]: todo -[pip]: todo +[python]: https://www.python.org/ +[pip]: http://pip.readthedocs.org/en/latest/installing.html