From 89cda152bd33c6991b93c38c6d0af60cebf659e8 Mon Sep 17 00:00:00 2001 From: Javier Goizueta Date: Thu, 18 Feb 2016 11:07:49 +0100 Subject: [PATCH] Caveat note --- DEPLOYING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DEPLOYING.md b/DEPLOYING.md index b07e12f..d82a8c8 100644 --- a/DEPLOYING.md +++ b/DEPLOYING.md @@ -16,6 +16,9 @@ sudo pip install {{path}}/python/crankshaft --upgrade cd {{path}}/pg && sudo PGUSER=postgres make all install ``` +Caveat: note that `pip install ./crankshaft` will install +from local files, but `pip install crankshaft` will not. + Installing the extension in user databases: ...