Pārlūkot izejas kodu

updated install rule in the Makefile

Dimitri Korsch 4 gadi atpakaļ
vecāks
revīzija
adb606c321
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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