Explorar o código

changed install target in Makefile

Dimitri Korsch %!s(int64=7) %!d(string=hai) anos
pai
achega
909f879c78
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,5 +1,5 @@
 install:
-	python setup.py install
+	pip install . --no-deps --upgrade
 
 build:
 	python setup.py build