From 6d67439f16ce63329798629f7ea7766fd3c5e703 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Tue, 26 Apr 2016 16:25:30 +1000 Subject: [PATCH] Adds correct documentation for setting up a project. --- docs/integration.rst | 3 ++- requirements/dependencies.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/integration.rst b/docs/integration.rst index ffbb5c25..f8c58a64 100644 --- a/docs/integration.rst +++ b/docs/integration.rst @@ -13,7 +13,8 @@ Installing Registrasion Registrasion depends on an in-development version of Symposion. You'll need to add the following line to your ``requirements.txt`` files:: - git+https://github.com/chrisjrn/registrasion.git@releases/0.1 + registrasion==0.1.0 + https://github.com/pinax/symposion/tarball/ad81810#egg=symposion And also to enable dependency links in pip:: diff --git a/requirements/dependencies.txt b/requirements/dependencies.txt index f994cf33..42ef60c8 100644 --- a/requirements/dependencies.txt +++ b/requirements/dependencies.txt @@ -1 +1 @@ -https://github.com/pinax/symposion/tarball/ad81810#egg=symposion-1.0b2.dev3 +https://github.com/pinax/symposion/tarball/ad81810#egg=symposion