From: Ilya Kulakov Date: Fri, 7 Dec 2012 08:00:07 +0000 (+0700) Subject: Fix typo in requirements. X-Git-Tag: 13.03~168^2^2~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=59ccbb256c5fb036be662035cb9ff1ee2b9c7781;p=cura.git Fix typo in requirements. --- 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: