From 59ccbb256c5fb036be662035cb9ff1ee2b9c7781 Mon Sep 17 00:00:00 2001 From: Ilya Kulakov Date: Fri, 7 Dec 2012 15:00:07 +0700 Subject: [PATCH] Fix typo in requirements. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe4d6559..5ace7af2 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: -- 2.30.2