소스 검색

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