X Tutup
Skip to content

Commit 60d5156

Browse files
author
Steve Canny
committed
docs: fix spelling of pip --pre flag
1 parent 0d1dc09 commit 60d5156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ depends on what installation utilities you have installed.
1212

1313
|docx| may be installed with ``pip`` if you have it available::
1414

15-
pip install -pre python-docx
15+
pip install --pre python-docx
1616

17-
Note the ``-pre`` flag, which is required by recent versions of ``pip`` to
17+
Note the ``--pre`` flag, which is required by recent versions of ``pip`` to
1818
install pre-release versions, those with a version string having an alpha
1919
suffix like ``0.3.0a1``. This protects the unsuspecting from upgrading to
2020
a pre-release version.

0 commit comments

Comments
 (0)
X Tutup