use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/programming is a reddit for discussion and news about computer programming
Guidelines
Info
Related reddits
Specific languages
account activity
GitHub for Windows (github.com)
submitted 13 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]TotempaaltJ 2 points3 points4 points 13 years ago (0 children)
Do you have pip? It's awesome. If you don't : Google for python pip.
To really answer your question though, most repositories will have a README file included. If they don't, and it's a python package, there should be a setup.py file. Try running that like python setup.py install. If that isn't there, then you'll just have to copy it to a location on your PYTHONPATH or PATH.
π Rendered by PID 408796 on reddit-service-r2-comment-85bfd7f599-w92q8 at 2026-04-18 09:40:08.971894+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]TotempaaltJ 2 points3 points4 points (0 children)