瀏覽代碼

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