Merge pull request #402 from sandeep048/patch-1

typo fix
This commit is contained in:
Nate Prewitt
2017-06-08 05:58:57 -06:00
committed by GitHub
+1 -1
View File
@@ -28,7 +28,7 @@ Pipenv automatically creates and manages the virtualenvs of your projects, as we
.. image:: http://media.kennethreitz.com.s3.amazonaws.com/pipenv.gif
The propblems that Pipenv seeks to solve are multi-faceted:
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 <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.