1 NOTE: This library is still in ALPHA.
6 The examples use bash/zsh shell compatible commands.
12 If you want all the tests to pass install "lxml", "pysqlite",
13 and "setuptools". You do not need "pysqlite" if you use python2.5.
19 Run the tests using (all should pass):
20 ~$ python setup.py test
23 to remove the temporary files.
29 Install ">=epydoc-3". And run:
31 If everything works you should be able to browse the docs by
32 pointing your browser to:
36 Install the library in development mode
37 ---------------------------------------
39 Setuptools can be used to install the library in development mode.
40 This actually just makes a link, so you can still use git without
43 Lets use ~/devpy as our install folder:
45 ~$ export PYTHONPATH="$PYTHONPATH:$HOME/devpy"
46 ~$ export PATH="$PATH:$HOME/devpy"
47 ~$ python setup.py develop -d ~/devpy
48 You should of course add the exports to your .bashrc/.zshrc or
51 You can test the install like this:
53 ~$ python -c "import enkel"