浏览代码

updated install rule in the Makefile

Dimitri Korsch 4 年之前
父节点
当前提交
adb606c321
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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