chiark / gitweb /
Fix typo in requirements.
authorIlya Kulakov <kulakov.ilya@gmail.com>
Fri, 7 Dec 2012 08:00:07 +0000 (15:00 +0700)
committerIlya Kulakov <kulakov.ilya@gmail.com>
Fri, 7 Dec 2012 08:00:07 +0000 (15:00 +0700)
README.md

index fe4d65599821a2c34cdf86c9a3bbc0421c7aabf9..5ace7af20316164c757fa8ec13a1d9ae5f918a0f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ Following packages are required for packaging Cura into app:
 
     py2app>=0.7.2
 
-The easiest way to install all this packages is to use virtualenv's pip: `pip install requirements_darwin.txt`
+The easiest way to install all this packages is to use virtualenv's pip: `pip install -r requirements_darwin.txt`
 
 ####PyObjC
 At time of writing, pyobjc 2.5 is not available at pypi. You have to clone repo and install it manually: