-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor updates #1
Conversation
@@ -0,0 +1,2 @@ | |||
*.py[cod] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should go to your global gitignore, see https://help.github.com/articles/ignoring-files#global-gitignore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added these because it seems to be convention for the projects that I've seen. That said, I'll take your advice to set up a global gitignore and remove the .gitignore from my pull request.
Thanks for the pull request, I agree with most of it. I put some comments in the code, if you could deal with those, I'll merge your branch. |
Cool! I'll make the changes you've suggested and send you a pull request when I do. |
Alright. Updates made. Let me know if I missed anything. |
I added a .gitignore, because it's useful.
I use virtualenv, so I added a requirements.txt file so that I can do a
pip install -r requirements.txt
to get PILI also also changed the comments in sstv.py to reflect the explanations that you put in README.md - they are much more clear and very useful to see in the code.