Ver código fonte

updated install rule in the Makefile

Dimitri Korsch 4 anos atrás
pai
commit
adb606c321
1 arquivos alterados com 1 adições e 1 exclusões
  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