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: