Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Kulakov <kulakov.ilya@gmail.com>2013-02-03 10:02:08 +0400
committerIlya Kulakov <kulakov.ilya@gmail.com>2013-02-03 10:02:08 +0400
commitbc1a0d70700a62fed94bc37e2933860a2819c9bd (patch)
tree47b381f357866783d8dea28126d8e23acea27b99 /README.md
parent33ee21c94258f032bcf2d2056e9edc45d5f96753 (diff)
PyObjC is now available at PyPI.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index 2c2e9b5704..d5f0c3c83a 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: