bahamapascal / CL-Wallet

A command line Wallet for IOTA
10 stars 7 forks source link

[chore] requirements and linting #5

Closed laumair closed 7 years ago

laumair commented 7 years ago

Getting warmed up.

Covers:

1- Adding requirements.txt so that users can just do pip install -r requirements.txt and all the dependencies are installed. 2- Have also added flake8 that's basically a tool for style guide enforcement. There were quite so many linting errors (mostly related to exceeding line length), but I have resolved those.

Note: We would need to update the README with the added explanation to how to install the deps and also a contributing section to use flake8 before making any pull request.

bahamapascal commented 7 years ago

Thanks a lot, looking good! Will PM you about the README