InstallΒΆ

The latest release of Poxy can be found on Bitbucket. Download it, open the archive and go to the newly created directory.

Assuming all dependencies are met, installation can proceed by the conventional python setup.py install.

Specifically, for local installation we recommend:

python setup.py install --user --record installed.info

This will try to install Poxy into your local home directory, creating

~/.local/lib/python?.[?]/site-packages/poxyJ.I[.P[.S]].egg-info,
~/.local/lib/python?.[?]/site-packages/poxy/.

Currently there are a few executables associated with the library, and they would appear in ~/.local/bin/

~/.local/bin/, should be added to $PATH, if not already done.

All installed files will be listed in installed.info, so to uninstall do:

cat installed.info | xargs rm -rf