From 4e56c55ee1ce70c8c4b02581e951677326ef5090 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 10 Dec 2016 23:30:39 +0100 Subject: [PATCH] Makefile: use pip to install, add a brief intro --- Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 63a5beec..3fbb4fbc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,13 @@ #!/usr/bin/make -f # -*- makefile -*- +# +# This makefile contains simple rules to prepare, compile, test, and install +# aubio. Try one of the following rules: +# +# $ make configure +# $ make build +# $ make install +# $ make test_python WAFCMD=python waf WAFURL=https://waf.io/waf-1.8.22 @@ -105,9 +113,9 @@ deps_python: pip install $(PIPOPTS) --requirement requirements.txt # use pip or distutils? -#install_python: install_python_with_pip +install_python: install_python_with_pip uninstall_python: uninstall_python_with_pip -install_python: install_python_with_distutils +#install_python: install_python_with_distutils #uninstall_python: uninstall_python_with_distutils install_python_with_pip: -- 2.11.0