gangleri / calcpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample python library not intended for anything other than demonstrating packaging a python program and adding command to the path after installation.

install with:

sudo python setup.py install

To record the files installed use:

python setup.py install --record files.txt

To uninstall you can then use:

cat files.txt | xargs rm -rf

About


Languages

Language:Python 100.0%