From fadf8138c7db06f735227179f9c13b83a118aeac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20D=2E?= Date: Thu, 11 Jun 2015 16:06:40 +0200 Subject: [PATCH] fix path for activate --- docs/contribute.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute.rst b/docs/contribute.rst index fc122a7..faf87ec 100644 --- a/docs/contribute.rst +++ b/docs/contribute.rst @@ -12,7 +12,7 @@ Setting up the development environment git clone https://github.com/saimn/sigal.git cd sigal virtualenv venv - . venv/activate + . venv/bin/activate Install sigal in development mode::