Mercurial > getan
comparison README @ 337:96a8545eb247
README: updated for urwid 1.1.2. Better example shell commands for using urwid from source.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Thu, 02 Jan 2014 12:20:42 +0100 |
parents | a3d1fc6c0153 |
children | 325499a01b65 |
comparison
equal
deleted
inserted
replaced
336:a3d1fc6c0153 | 337:96a8545eb247 |
---|---|
32 | 32 |
33 Urwid can be put as source to the getan directory when getan is run directly | 33 Urwid can be put as source to the getan directory when getan is run directly |
34 from the sources. Urwid source can be downloaded from `pypi | 34 from the sources. Urwid source can be downloaded from `pypi |
35 <https://pypi.python.org/pypi/urwid/>`_. | 35 <https://pypi.python.org/pypi/urwid/>`_. |
36 | 36 |
37 For urwid 1.1.1 the direct download link from pypi is | 37 For urwid 1.1.2 the direct download link from pypi is |
38 `<https://pypi.python.org/packages/source/u/urwid/urwid-1.1.1.tar.gz>`_ (md5sum | 38 `<https://pypi.python.org/packages/source/u/urwid/urwid-1.1.2.tar.gz>`_ (sha256sum is f56568b4f8459b3265c65d9e275ef72df6cb16ad0c291f0feb027cc911ea0f26).:: |
39 should be 932d199de6fc847eab2c151512220665).:: | |
40 | 39 |
41 $ cd getan-source | 40 $ cd getan-source |
42 $ wget https://pypi.python.org/packages/source/u/urwid/urwid-1.1.1.tar.gz | 41 $ v=urwid-1.1.2 |
43 $ md5sum urwid-1.1.1.tar.gz | 42 $ curl -O https://pypi.python.org/packages/source/u/urwid/$v.tar.gz |
44 $ tar xzvf urwid-1.1.1.tar.gz | 43 $ sha256sum $v.tar.gz |
45 $ ln -s urwid-1.1.1/urwid urwid | 44 $ tar -xzvf $v.tar.gz |
45 $ ln -s $v/urwid urwid | |
46 | 46 |
47 Install getan | 47 Install getan |
48 ------------- | 48 ------------- |
49 | 49 |
50 A installation of getan is not required. It can also be run directly from the | 50 A installation of getan is not required. It can also be run directly from the |