/oldage-py

Primary LanguagePythonApache License 2.0Apache-2.0

-- coding: utf-8 --

oldage

Getting Started

Regular install

pip install oldage

Without a source code checkout

Picking up the latest version

pip uninstall oldage; python -m pip install --upgrade git+https://github.com/clach04/oldage.git

From a source code checkout

# pip uninstall oldage
# python -m pip install -r requirements.txt
# TODO requirements_optional.txt
python -m pip install -e .