We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1dc09 commit 60d5156Copy full SHA for 60d5156
docs/user/install.rst
@@ -12,9 +12,9 @@ depends on what installation utilities you have installed.
12
13
|docx| may be installed with ``pip`` if you have it available::
14
15
- pip install -pre python-docx
+ pip install --pre python-docx
16
17
-Note the ``-pre`` flag, which is required by recent versions of ``pip`` to
+Note the ``--pre`` flag, which is required by recent versions of ``pip`` to
18
install pre-release versions, those with a version string having an alpha
19
suffix like ``0.3.0a1``. This protects the unsuspecting from upgrading to
20
a pre-release version.
0 commit comments