diff --git a/docs/INSTALLATION.rst b/docs/INSTALLATION.rst index 012f0878da..9bdb20d567 100644 --- a/docs/INSTALLATION.rst +++ b/docs/INSTALLATION.rst @@ -5,6 +5,11 @@ All versions of ``python-tuf`` can be installed from `PyPI `_ with `pip `_. +.. note:: + + Windows users: replace ``python3`` with ``python`` or use the + ``py`` launcher (e.g. ``py -m pip install tuf``). + :: python3 -m pip install tuf