From 27d2dad3c5725dcce9467b5ffbf3daafed6ee8ac Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Thu, 16 Jun 2016 23:26:57 +0200 Subject: [PATCH] Test without pip install --- src/py/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/py/Makefile b/src/py/Makefile index b584645..907d860 100644 --- a/src/py/Makefile +++ b/src/py/Makefile @@ -2,7 +2,7 @@ include ../../Makefile.global # Install the package locally for development install: - pip install ./crankshaft + echo "pip install ./crankshaft" # Test develpment install test: