diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-12-22 15:21:13 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-12-22 15:21:13 -0500 |
commit | 9c9988f28a8a0efb444a63827476b16fdf3cfa10 (patch) | |
tree | cc1c82acadd6b299b525cedfb1dabc3d9a7364ba /docs/osx.rst | |
parent | 22335fc4e71de5c4ceefbd5e502a15ad285740cf (diff) |
Added docs/ (uses sphinx).
Most of what was in README.rst was moved to docs/
Diffstat (limited to 'docs/osx.rst')
-rw-r--r-- | docs/osx.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/osx.rst b/docs/osx.rst new file mode 100644 index 0000000..b107ad9 --- /dev/null +++ b/docs/osx.rst @@ -0,0 +1,28 @@ +======= +on os x +======= + +.. highlight:: bash + +First install Hombrew_:: + + $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" + +.. _Hombrew: http://brew.sh/ + +Then do:: + + $ brew update + $ brew doctor + +Next, install python from Hombrew_:: + + $ brew install python + +This will also install ``pip``. + +Install ``virtualenv`` from ``pip``:: + + $ pip install virtualenv + +See :doc:`setup-combox` for setting up combox in ``develop`` mode. |