Преглед изворни кода

updated install rule in the Makefile

Dimitri Korsch пре 3 година
родитељ
комит
3f99d4bf2a
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