Skip to content

Commit b980bc2

Browse files
committed
Added pixi note that setup.sh uses pip install
1 parent 31e19c7 commit b980bc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ twine = "*"
106106
python-build = "*" # Equivalent to PyPI `build` package
107107

108108
[tool.pixi.activation]
109-
# Always execute ./setup.sh when activating the default environment
109+
# 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!
110112
scripts = ["setup.sh"]
111113

112114
[tool.pixi.target.linux-64.dependencies]

0 commit comments

Comments
 (0)