未验证 提交 a8c66dc5 编写于 作者: P Pradyun Gedam 提交者: GitHub

Merge pull request #6007 from smartsammler/fix-iss4733

Fix #4733 by deleting the failing example
......@@ -856,8 +856,8 @@ Examples
$ pip install SomePackage[PDF]
$ pip install git+https://git.repo/some_pkg.git#egg=SomePackage[PDF]
$ pip install .[PDF] # project in current directory
$ pip install SomePackage[PDF]==3.0
$ pip install -e .[PDF]==3.0 # editable project in current directory
$ pip install SomePackage[PDF,EPUB] # multiple extras
......
Replace a failing example of pip installs with extras with a working one.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册