Skip to content

Commit

Permalink
Refs #49. Removed several trailing spaces and added a link to the qui…
Browse files Browse the repository at this point in the history
…ck start guide
  • Loading branch information
kylegibson committed Apr 18, 2014
1 parent 83a4c8b commit 2f9b67f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.rst
Expand Up @@ -19,7 +19,7 @@ like a boss.

Terrarium will package up
and compress a virtualenv for you based on pip requirements
and then let you ship that environment around.
and then let you ship that environment around.
Do the complex dependency math one time
and then every subsequent install is basically at the speed of
file transfer + decompression.
Expand All @@ -29,8 +29,12 @@ The Problem Terrarium Solves

Pip and virtualenv are awesome,
but pip is not designed to allow
consistent and reproducible updates of existing environments.
consistent and reproducible updates of existing environments.
Pip is also a general installation tool,
meaning that it's not near as fast as shipping around compressed source code.
meaning that it's not near as fast as shipping around compressed source code.
This means that even if you have well-made requirements files,
your pip-based deploys are either slow or inconsistent.

To get started using terrarium,
see the `Quick Start <https://terrarium.readthedocs.org/en/latest/quickstart.html>`_
guide.

0 comments on commit 2f9b67f

Please sign in to comment.