Skip to content
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

Merged
merged 7 commits into from Jun 19, 2013
Merged

Minor updates #1

merged 7 commits into from Jun 19, 2013

Conversation

jpf
Copy link
Contributor

@jpf jpf commented Jun 17, 2013

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 PIL

I 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.

@@ -0,0 +1,2 @@
*.py[cod]
Copy link
Owner

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

Copy link
Contributor Author

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.

@dnet
Copy link
Owner

dnet commented Jun 18, 2013

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.

@jpf
Copy link
Contributor Author

jpf commented Jun 18, 2013

Cool! I'll make the changes you've suggested and send you a pull request when I do.

@jpf
Copy link
Contributor Author

jpf commented Jun 18, 2013

Alright. Updates made. Let me know if I missed anything.

dnet added a commit that referenced this pull request Jun 19, 2013
@dnet dnet merged commit f14d0a8 into dnet:master Jun 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants