Caveat note

This commit is contained in:
Javier Goizueta
2016-02-18 11:07:49 +01:00
parent 476a8c35b5
commit 89cda152bd

View File

@@ -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:
...