~bkrpr/bookliberator/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Bkrpr is still under development.  We haven't set up a standard
procedure like 'make install' or 'python setup.py install' yet.  
So for now, just run bkrpr out of the current directory:

   $ ./bkrpr.py

You may need to install some extra python modules first.  In Ubuntu,
for example, get the 'python-json' and 'python-numpy' packages.

We want the installation process to be as easy as possible, and intend
to improve it.  When we do, we'll probably use the standard Python
installation system:

   http://www.python.org/doc/2.2.3/dist/dist.html
   http://www.python.org/doc/2.2.3/inst/trivial-install.html#new-standard
   http://www.python.org/doc/2.2.3/inst/standard-install.html

(Feel free to help out with this effort!)