chiark / gitweb /
PyObjC is now available at PyPI.
authorIlya Kulakov <kulakov.ilya@gmail.com>
Sun, 3 Feb 2013 06:02:08 +0000 (13:02 +0700)
committerIlya Kulakov <kulakov.ilya@gmail.com>
Sun, 3 Feb 2013 06:02:08 +0000 (13:02 +0700)
README.md
requirements_darwin.txt

index 2c2e9b57042b73c2995721984eb9a9bad65a5491..d5f0c3c83a3ce238ddf7c846f86d37c40b65f85d 100644 (file)
--- 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:  
index 398bda3e240751e0bfeddecaeba7085602c97f3d..8722d4c9bfa276e5ef00bf62af6a8780c2ff0522 100644 (file)
@@ -1,2 +1,3 @@
 -r requirements.txt
 py2app>=0.7.2
+pyobjc>=2.5