Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Kulakov <kulakov.ilya@gmail.com>2012-12-07 12:00:07 +0400
committerIlya Kulakov <kulakov.ilya@gmail.com>2012-12-07 12:00:07 +0400
commit59ccbb256c5fb036be662035cb9ff1ee2b9c7781 (patch)
tree212595d9ce46bf2c6dc5d43c3a58fd922d601368 /README.md
parentdf08ba3ee616662e5fe9b92b37fa27818cace211 (diff)
Fix typo in requirements.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fe4d655998..5ace7af203 100644
--- 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: