diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-09-04 21:33:33 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-09-05 00:32:29 -0400 |
commit | e524dae920ea2afcdc7479acc6e5690c2ca7f478 (patch) | |
tree | 0d3f66b497e506f3b16ff48fd42562bb99847201 /source | |
parent | 0364c73e522c9ec37a422fdc240470da21c65ca9 (diff) | |
download | librambutan-e524dae920ea2afcdc7479acc6e5690c2ca7f478.tar.gz librambutan-e524dae920ea2afcdc7479acc6e5690c2ca7f478.zip |
unix-toolchain: Add links for easy_install.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/unix-toolchain.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/unix-toolchain.rst b/source/unix-toolchain.rst index 40f3632..a4188d5 100644 --- a/source/unix-toolchain.rst +++ b/source/unix-toolchain.rst @@ -126,8 +126,7 @@ First, you'll need some tools. * `PySerial`_ is a Python library for interacting with serial port devices. It's needed by our reset script. PySerial can also be - installed with `easy_install - <http://peak.telecommunity.com/DevCenter/EasyInstall>`_. + installed with `easy_install`_. Optional tools: @@ -283,7 +282,7 @@ First, you'll need some tools. [#fpackman]_ $ python setup.py build $ sudo python setup.py install - PySerial is also available via ``easy_install``, so if you're + PySerial is also available via `easy_install`_, so if you're comfortable using that, you could alternatively install it with :: $ easy_install pyserial @@ -659,6 +658,7 @@ Let us know what you come up with! Mention `@leaflabs on Twitter .. _OpenMoko: http://openmoko.com/ .. _Git: http://git-scm.com/ .. _dfu-util: http://wiki.openmoko.org/wiki/Dfu-util +.. _easy_install: http://packages.python.org/distribute/easy_install.html .. rubric:: Footnotes |