Switch to side-by-side view

--- a/src/python/recoll/Makefile
+++ b/src/python/recoll/Makefile
@@ -1,5 +1,7 @@
 all:
 	python setup.py build
+install:
+	sudo python setup.py install
 clean:
 	rm -rf build
 distclean: clean