Kaynağa Gözat

changed install target in Makefile

Dimitri Korsch 7 yıl önce
ebeveyn
işleme
909f879c78
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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