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 eddd6cb commit 5fbdbb8Copy full SHA for 5fbdbb8
install_all.py
@@ -13,7 +13,7 @@
13
import warnings
14
15
if __name__ == "__main__":
16
- subprocess.check_call([sys.executable, "-m", "pip", "install", *sys.argv[1:], ".[ALL]"])
+ subprocess.check_call([sys.executable, "-m", "pip", "install", *sys.argv[1:], "."])
17
warnings.warn(
18
"Installing via `install_all.py` is no longer necessary and has been deprecated. Use `pip install"
19
" eo-learn` instead."
0 commit comments