Serve animation statically

This commit is contained in:
frostming
2019-07-15 09:55:54 +08:00
parent 5090a4225f
commit f4db1dc7a9
2 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 MiB

+2 -2
View File
@@ -26,12 +26,12 @@ It automatically creates and manages a virtualenv for your projects, as well as
Pipenv is primarily meant to provide users and developers of applications with an easy method to setup a working environment. For the distinction between libraries and applications and the usage of ``setup.py`` vs ``Pipfile`` to define dependencies, see :ref:`pipfile-vs-setuppy`.
.. image:: https://s3.amazonaws.com/media.kennethreitz.com/pipenv.gif
.. image:: /_static/pipenv-animation.gif
:height: 341px
:width: 654px
:scale: 100 %
:alt: a short animation of pipenv at work
The problems that Pipenv seeks to solve are multi-faceted:
- You no longer need to use ``pip`` and ``virtualenv`` separately. They work together.