Эх сурвалжийг харах

changed install target in Makefile

Dimitri Korsch 7 жил өмнө
parent
commit
909f879c78
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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