From: Ilya Kulakov Date: Thu, 17 Jan 2013 22:36:46 +0000 (+0700) Subject: Fix typos in README. X-Git-Tag: 13.03~94^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5128b16d549931e96bd68d1d5b9ca36f7fe76262;p=cura.git Fix typos in README. --- diff --git a/README.md b/README.md index 2d9511a6..04cb559f 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ We assume you already have Apple hardware with [64bit processor](http://support. ###Install Python You'll need **non-system**, **framework-based**, **universal** with **deployment target set to 10.6** build of Python 2.7 -**non-system**: Python is not bundeled with distribution of Mac OS X. Output of +**non-system**: Output of `python -c "import sys; print sys.prefix"` -Output should *not* start with *"/System/Library/Frameworks/Python.framework/"*. +should *not* start with *"/System/Library/Frameworks/Python.framework/"*. **framework-based**: Output of `python -c "import distutils.sysconfig as c; print(c.get_config_var('PYTHONFRAMEWORK'))"` -should be non-empty string. +should be non-empty string. E.g. *Python*. **universal**: Output of ``lipo -info `which python` `` @@ -128,11 +128,11 @@ At time of writing PyObjC 2.5 is not available via pip, so you have to install i 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` +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 Cure into application +###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: `./package.sh darwin`