Installation¶
sdepack can be installed from pypi, conda-forge, and git.
PyPI¶
pyproject.toml¶
[project]
dependencies = [
"sdepack"
]
requirements.txt¶
sdepack
pip¶
pip install --upgrade sdepack
pipenv¶
pipenv install sdepack
uv¶
Add to a uv project¶
uv add sdepack
Install into the current uv environment¶
uv pip install sdepack
poetry¶
poetry add sdepack
pdm¶
pdm add sdepack
hatch¶
hatch add sdepack
GitHub¶
Install the latest code from the repository:
pip install --upgrade "git+https://github.com/eggzec/sdepack.git#egg=sdepack"
Dependencies¶
- Python 3.10+
- numpy