/recsort

EDSA Git Project - Recursive(rec) and Sorting & Merging(sort)

Primary LanguagePython

recsort

EDSA Git Project - Recursive(rec) and Sorting & Merging(sort)

This library was created as an example of how to publish your own Python package.

building this package locally

python setup.py sdist

installing this package from GitHub

pip install git+https://github.com/tpadi/recsort.git

updating this package from GitHub

pip install --upgrade git+https://github.com/tpadi/recsort.git