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>2012-12-07 11:53:23 +0400
committerIlya Kulakov <kulakov.ilya@gmail.com>2012-12-07 11:53:23 +0400
commit948bbb8d135cbbf56e5e29b388e93bcefe61118f (patch)
tree7e53545fecb63b33b2a9117e03dd7137d8512a46 /README.md
parentf42ee83bc74883810b310fcce4a336b3e7ff23d9 (diff)
Upload formula.
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 f369799510..fe4d655998 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ You'll need non-system, framework-based, universal with min deployment target se
**deployment target set to 10.6**: Output of ``otool -l `which python` `` should contain *"cmd LC_VERSION_MIN_MACOSX ... version 10.6"*
-The easiest way to install it is via [Homebrew](http://mxcl.github.com/homebrew/): `brew install --fresh osx_python_cura.rb --universal` (TODO: upload the formula). Note you'll need to uninstall Python if you already have it installed via Homebrew.
+The easiest way to install it is via [Homebrew](http://mxcl.github.com/homebrew/): `brew install --fresh https://github.com/downloads/GreatFruitOmsk/Cura/python.rb --universal`. Note you'll need to uninstall Python if you already have it installed via Homebrew.
###Virtualenv
You may skip this step if you don't bother to use [virtualenv](http://pypi.python.org/pypi/virtualenv). It's not a requirement.