Skip to content

Commit 5988d6a

Browse files
committed
integrate in changes qwcode/pip_install docs
1 parent 1a94a56 commit 5988d6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/installing.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,10 @@ Install a package's optional dependency.
214214

215215
::
216216

217-
pip install "SomeProject[someDependency]"
217+
$ pip install SomePackage[PDF]
218+
$ pip install SomePackage[PDF]==3.0
219+
$ pip install -e .[PDF]==3.0 # editable project in current directory
220+
218221

219222
Wheels
220223
------

0 commit comments

Comments
 (0)