We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1632c48 commit e421ff0Copy full SHA for e421ff0
babelizer/data/{{cookiecutter.package_name}}/Makefile
@@ -91,4 +91,4 @@ dist: clean ## builds source and wheel package
91
ls -l dist
92
93
install: clean ## install the package to the active Python's site-packages
94
- pip install -e .
+ pip install --no-build-isolation --editable .
0 commit comments