Преглед изворни кода

changed install target in Makefile

Dimitri Korsch пре 7 година
родитељ
комит
909f879c78
1 измењених фајлова са 1 додато и 1 уклоњено
  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