Skip to content

Commit

Permalink
Use "unauthenticated" instead of uncommon "not end-to-end authenticated"
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Jan 29, 2017
1 parent cfe36bb commit 72ef346
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 @@ -14,7 +14,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. Note that this might pull down dependencies in an not end-to-end authenticated way! You might want to install the dependencies yourself beforehand.
Refer to `Verifying PyPI and Conda Packages`_ for more details. Note that this might pull down dependencies in an unauthenticated 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 72ef346

Please sign in to comment.