This commit is contained in:
Luke Hutscal
2017-05-16 15:01:25 -04:00
committed by GitHub
parent c7b503fda3
commit 0c373ece2a
+1 -1
View File
@@ -30,7 +30,7 @@ Pipenv automatically creates and manages the virtualenvs of your projects, as we
The propblems that Pipenv seeks to solve are multi-faceted:
- When using Pipenv, you no longer need to use ``pip`` and ``virtualenv`` seperately. They work together.
- When using Pipenv, you no longer need to use ``pip`` and ``virtualenv`` separately. They work together.
- Managing a ``requirements.txt`` file `can be problematic <https://www.kennethreitz.org/essays/a-better-pip-workflow>`_, so Pipenv uses the upcoming ``Pipfile`` and ``Pipfile.lock`` instead, which is superior for basic use cases.