Pārlūkot izejas kodu

changed install target in Makefile

Dimitri Korsch 7 gadi atpakaļ
vecāks
revīzija
909f879c78
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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