summaryrefslogtreecommitdiffstats
path: root/docs/osx.rst
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-12-24 19:18:59 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-12-24 19:18:59 -0500
commitbdb5b7b17a84f4ea362dd28b30279c7cf2f0d157 (patch)
treed618dd98a541cad66702ae3f5c0e0fa058a3fe93 /docs/osx.rst
parent7dc12542484d7ff03583f4e7b5eafa0404ae11aa (diff)
removed gnu, osx, setup-combox & windows docs.
Content in these pages will later be moved to setup/
Diffstat (limited to 'docs/osx.rst')
-rw-r--r--docs/osx.rst28
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/osx.rst b/docs/osx.rst
deleted file mode 100644
index b107ad9..0000000
--- a/docs/osx.rst
+++ /dev/null
@@ -1,28 +0,0 @@
-=======
-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.