Mercurial > public > m209
comparison docs/index.rst @ 71:854c5d361011
Documentation cleanup.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 23 Jul 2013 20:18:05 -0500 |
parents | 753974fc7619 |
children |
comparison
equal
deleted
inserted
replaced
70:753974fc7619 | 71:854c5d361011 |
---|---|
50 | 50 |
51 | 51 |
52 Requirements | 52 Requirements |
53 ------------ | 53 ------------ |
54 | 54 |
55 ``m209`` is written in Python_, specifically Python 3.3. It has no other | 55 ``m209`` is written in Python_ 3, specifically Python 3.3. At this time it will |
56 requirements or dependencies. | 56 not run on Python 2.x. |
57 | |
58 ``m209`` has no other requirements or dependencies. | |
57 | 59 |
58 Installation | 60 Installation |
59 ------------ | 61 ------------ |
60 | 62 |
61 ``m209`` is available on the `Python Package Index`_ (PyPI). | 63 ``m209`` is available on the `Python Package Index`_ (PyPI). |
63 You can install it using pip_:: | 65 You can install it using pip_:: |
64 | 66 |
65 $ pip install m209 # install | 67 $ pip install m209 # install |
66 $ pip install --upgrade m209 # upgrade | 68 $ pip install --upgrade m209 # upgrade |
67 | 69 |
68 You may also download a tarball or .zip file of the latest code by visiting the | 70 You may also download an archive file of the latest code by visiting the `m209 |
69 `m209 Bitbucket page`_. Alternatively if you use Mercurial_, you can clone the | 71 Bitbucket page`_. Alternatively if you use Mercurial_, you can clone the |
70 repository with the following command:: | 72 repository with the following command:: |
71 | 73 |
72 $ hg clone https://bitbucket.org/bgneal/m209 | 74 $ hg clone https://bitbucket.org/bgneal/m209 |
73 | 75 |
74 If you did not use pip (you downloaded or cloned the code yourself), you can | 76 If you did not use pip (you downloaded or cloned the code yourself), you can |
119 | 121 |
120 Indices and tables | 122 Indices and tables |
121 ================== | 123 ================== |
122 | 124 |
123 * :ref:`genindex` | 125 * :ref:`genindex` |
124 * :ref:`modindex` | |
125 * :ref:`search` | 126 * :ref:`search` |
126 | 127 |
127 | 128 |
128 .. _M-209: http://en.wikipedia.org/wiki/M-209 | 129 .. _M-209: http://en.wikipedia.org/wiki/M-209 |
129 .. _Boris Hagelin: http://en.wikipedia.org/wiki/Boris_Hagelin | 130 .. _Boris Hagelin: http://en.wikipedia.org/wiki/Boris_Hagelin |