DEV Community

Discussion on: Who's looking for open source contributors? (July 2 edition)

Collapse
 
mamhaidly profile image
mamhaidly

How do I start?

Collapse
 
welldone2094 profile image
Andrea Benfatti

As a start, you can clone the repository, run python setup.py develop and to install the package in dev mode and try to use it a small example like the one in the readme. Once you get that working try to understand how it works, and try to make some changes to add some functionality, the easiest thing is probably improving the output of the help page. If you want something more challenging you can think about how to implement a more advanced argument typing.