From bc1a0d70700a62fed94bc37e2933860a2819c9bd Mon Sep 17 00:00:00 2001 From: Ilya Kulakov Date: Sun, 3 Feb 2013 13:02:08 +0700 Subject: [PATCH] PyObjC is now available at PyPI. --- README.md | 7 ------- requirements_darwin.txt | 1 + 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 2c2e9b57..d5f0c3c8 100644 --- a/README.md +++ b/README.md @@ -124,13 +124,6 @@ Remember to use `python` for pacakging and `pythonw` to run app for debugging. Required python packages are specified in *requirements.txt* and *requirements_darwin.txt* If you use virtualenv, installing requirements as easy as `pip install -r requirements_darwin.txt` -At time of writing PyObjC 2.5 is not available via pip, so you have to install it manually (Note `python` is the python of your virtualenv): - -1. Download [PyObjC 2.5](https://bitbucket.org/ronaldoussoren/pyobjc/get/pyobjc-2.5.zip) -2. Extract the archive and `cd` into the directory -3. `python install.py` (Note `python` is the python of your virtualenv): - If build fails, try the same command one more time. It's known issue. - ###Package Cura into application Ensure that virtualenv is activated, so `python` points to the python of your virtualenv (e.g. ~/.virtualenvs/Cura/bin/python).Use package.sh to build Cura: diff --git a/requirements_darwin.txt b/requirements_darwin.txt index 398bda3e..8722d4c9 100644 --- a/requirements_darwin.txt +++ b/requirements_darwin.txt @@ -1,2 +1,3 @@ -r requirements.txt py2app>=0.7.2 +pyobjc>=2.5 -- 2.30.2