瀏覽代碼

updated install rule in the Makefile

Dimitri Korsch 3 年之前
父節點
當前提交
7874fd6ab8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,5 +1,5 @@
 install:
-	pip install . --no-deps --upgrade --use-feature=in-tree-build
+	pip install . --no-deps --upgrade
 
 build_sdist:
 	@python setup.py build sdist