Installing acorns

Requirements

This package has the following dependencies:

Installation

To install the latest stable release, you can type:

pip install acorns

or you can download the latest tar file from PyPI and install it using:

python setup.py install

Developer version

If you want to install the latest developer version , you can do so using github:

git clone https://github.com/jdhenshaw/acorns.git
cd acorns
python setup.py install

You may need to add the --user option to the last line if you do not have root access.