From 52876e1f4ae8679e2480fc30fe8f2cb06a7b50bd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 7 Sep 2017 12:14:50 -0400 Subject: [PATCH] note on hashes Signed-off-by: Kenneth Reitz --- README.rst | 6 +++--- docs/index.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 20c8bba5..6098c595 100644 --- a/README.rst +++ b/README.rst @@ -32,8 +32,8 @@ Pipenv automatically creates and manages the virtualenvs of your projects, as we The problems that Pipenv seeks to solve are multi-faceted: - When using Pipenv, you no longer need to use ``pip`` and ``virtualenv`` separately. They work together. -- Managing a ``requirements.txt`` file `can be problematic `_, so Pipenv uses the upcoming ``Pipfile`` and ``Pipfile.lock`` instead, which is superior for basic use cases. - +- Managing a ``requirements.txt`` file `can be problematic `_, so Pipenv uses the upcoming ``Pipfile`` and ``Pipfile.lock`` instead, which is superior for basic use cases. +- Hashes are used everywhere, always. Security. Installation ------------ @@ -62,7 +62,7 @@ Installation ---------- - Enables truly *deterministic builds*, while easily specifying *what you want*. -- Generates and checks file hashes for locked dependencies (via ``--hashes``). +- Generates and checks file hashes for locked dependencies (via ``--hashes``). - Automatically finds your project home, recursively, by looking for a ``Pipfile``. - Automatically generates a ``Pipfile``, if one doesn't exist. - Automatically generates a ``Pipfile.lock``, if one doesn't exist. diff --git a/docs/index.rst b/docs/index.rst index a8becd1d..372cf682 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -37,8 +37,8 @@ It automatically creates and manages a virtualenv for your projects, as well as The problems that Pipenv seeks to solve are multi-faceted: - When using Pipenv, you no longer need to use ``pip`` and ``virtualenv`` separately. They work together. -- Managing a ``requirements.txt`` file `can be problematic `_, so Pipenv uses the upcoming ``Pipfile`` and ``Pipfile.lock`` instead, which is superior for basic use cases. - +- Managing a ``requirements.txt`` file `can be problematic `_, so Pipenv uses the upcoming ``Pipfile`` and ``Pipfile.lock`` instead, which is superior for basic use cases. +- Hashes are used everywhere, always. Security. Install Pipenv Today! --------------------- @@ -47,7 +47,7 @@ Install Pipenv Today! $ pip install pipenv ✨🍰✨ - + If you have excellent taste, there's also a `fancy installation method `_. .. toctree::