Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #34 from rgbkrk/patch-1
Browse files Browse the repository at this point in the history
Fixed some spelling and grammar in the README.
  • Loading branch information
kylegibson committed Apr 5, 2013
2 parents 29e5106 + 0e8f4f6 commit 60a9164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ basically at the speed of file transfer + decompression.
## The Problem Terrarium Solves

Pip and virtualenv are awesome, but pip is not designed to allow
consistent and reproducable updates of existing environments. Pip is
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. This means that even if you
have well-made requirements files, your pip-based deploys are either
Expand Down Expand Up @@ -58,7 +58,7 @@ After building a fresh environment, terrarium will archive and compress
the environment, and then copy it to the location specified by
`storage-dir`.

Subsequent installs for the same requirement set that specify the same
On subsequent installs for the same requirement set that specify the same
`storage-dir`, terrarium will copy and extract the compressed archive
from `/mnt/storage`.

Expand Down

0 comments on commit 60a9164

Please sign in to comment.