Skip to content

Commit b6ea662

Browse files
committed
Mention alternatives to uv
1 parent 7139d08 commit b6ea662

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/installation.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@ You can install ``uv`` with your favorite package manager,
1313
or by one of the other methods described at
1414
https://docs.astral.sh/uv/getting-started/installation/.
1515

16+
If you don't like ``uv``, no problem!
17+
You can also use Python's official packaging tool pip_ or any other third-party tool,
18+
as long as it can install `the SFS package`_.
19+
1620
.. _Python: https://www.python.org/
1721
.. _uv: https://docs.astral.sh/uv/
22+
.. _pip: https://packaging.python.org/en/latest/tutorials/installing-packages/
23+
.. _the SFS package: https://pypi.org/project/sfs/
1824
.. _NumPy: http://www.numpy.org/
1925
.. _SciPy: https://www.scipy.org/scipylib/
2026
.. _Matplotlib: https://matplotlib.org/

0 commit comments

Comments
 (0)