From a779f6271692c1b68ea602fb972e1bc3aff065b8 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Mon, 6 May 2013 11:27:06 -0400 Subject: [PATCH] Make rhetorical question a bit clearer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ffbaf9642..ec17d7c9a4 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ projects depending on two different, incompatible versions of a library. Clearly you can't have both versions installed and used on your machine simultaneously. Virtual environments were created to solve this problem: by installing libraries into an isolated environment, only projects that live inside the environment -will be able to see and use those libraries. Incompatible dependencies? Use +will be able to see and use those libraries. Got incompatible dependencies? Use different virtual environments, and your problem is solved. Remember, each language has a different implementation. Python has