We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pixi
setup.sh
pip install
1 parent 31e19c7 commit b980bc2Copy full SHA for b980bc2
pyproject.toml
@@ -106,7 +106,9 @@ twine = "*"
106
python-build = "*" # Equivalent to PyPI `build` package
107
108
[tool.pixi.activation]
109
-# Always execute ./setup.sh when activating the default environment
+# Always execute ./setup.sh when activating the default environment.
110
+# Note that `stumpy` will only be listed via `pip list | grep stumpy`
111
+# and not via `pixi list | grep stumpy` since `pip install .` is used!
112
scripts = ["setup.sh"]
113
114
[tool.pixi.target.linux-64.dependencies]
0 commit comments