Skip to content

Commit

Permalink
Add note that Python dependencies might not be authenticated on install
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Oct 22, 2016
1 parent eea1426 commit 181cdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can install ``yaml4rst`` by invoking the following commands:
current_release="$(find . -type f -name '*.whl' | sort | tail -n 1)"
gpg -v "${current_release}.asc" && pip3 install "${current_release}"
Refer to `Verifying PyPI and Conda Packages`_ for more details.
Refer to `Verifying PyPI and Conda Packages`_ for more details. Note that this might pull down dependencies in an not end-to-end authenticated way! You might want to install the dependencies yourself beforehand.

Or if you feel lazy and agree that `pip/issues/1035 <https://github.com/pypa/pip/issues/1035>`_
should be fixed you can also install ``yaml4rst`` like this:
Expand Down

0 comments on commit 181cdb2

Please sign in to comment.