Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

NeckBeard Tut on CLI Applications and Packaging Part 1

files to have

  • main.py : main code
  • setup.py : to set it up
  • LICENSE : license

python setup.py develop

Dependencies

pip install docopt termcolor