Selaa lähdekoodia

changed install target in Makefile

Dimitri Korsch 7 vuotta sitten
vanhempi
commit
909f879c78
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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