mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
Add missing blank line in code block
This commit is contained in:
Vendored
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 4.0 MiB |
@@ -379,6 +379,7 @@ Commands that expect arguments will also work.
|
||||
For example:
|
||||
|
||||
.. code-block:: toml
|
||||
|
||||
[scripts]
|
||||
echospam = "echo I am really a very silly example"
|
||||
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ 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:: /_static/pipenv-animation.gif
|
||||
.. image:: https://s3.amazonaws.com/media.kennethreitz.com/pipenv.gif
|
||||
:height: 341px
|
||||
:width: 654px
|
||||
:scale: 100 %
|
||||
|
||||
Reference in New Issue
Block a user