Fix typo in requirements.

master
Ilya Kulakov 2012-12-07 15:00:07 +07:00
parent df08ba3ee6
commit 59ccbb256c
1 changed files with 1 additions and 1 deletions

View File

@ -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: