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-03-09 13:00:15 +0400
committerIlya Kulakov <kulakov.ilya@gmail.com>2013-03-09 13:00:15 +0400
commit63693a63817514343b55f8400b62d31f225874b7 (patch)
tree3ef0fe8773624e29ccead01e5ac2b0e6dc62276d /README.md
parentf2af72562a5b598ce79568a4ba4106fe59703c0b (diff)
Use --build-bottle to avoid processor specific flags.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c65237dd67..1913b171db 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ should include both i386 and x86_64. E.g *"Architectures in the fat file: /usr/l
should contain *"cmd LC_VERSION_MIN_MACOSX ... version 10.6"*.
The easiest way to install it is via [Homebrew](http://mxcl.github.com/homebrew/) using the formula from Cura's repo:
-`brew install --fresh Cura/scripts/darwin/python.rb --universal`
+`brew install --build-bottle --fresh Cura/scripts/darwin/python.rb --universal`
Note if you already have Python installed via Homebrew, you have to uninstall it first.
You can also install [official build](http://www.python.org/ftp/python/2.7.3/python-2.7.3-macosx10.6.dmg).