summaryrefslogtreecommitdiffstats
path: root/docs/osx.rst
blob: b107ad97a47abfe32a10cb8d74d59405afb409a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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.