pogom icon indicating copy to clipboard operation
pogom copied to clipboard

submitting pogom to pypi (pip install)

Open eugenio412 opened this issue 8 years ago • 2 comments

Checklist

  • [ x ] I have read the FAQ
  • [ x ] I have checked if this issue already exists (both open and closed issues)
  • [ x ] I am using the most recent version of pogom from the master branch
  • [ ] If this is an installation issue, I am posting my OS, OS version, python version, pip version
  • [ ] I'm posting the complete log
  • [ x ] I'm using a descriptive title for this issue

My Issue

Could we implement the pypi installation? cloning the repo every time it's time consuming and complicated, with pypi should as easy as writing:

pip install -upgrade pogom

here is how to do it, a contributo or the repo must do it

http://peterdowns.com/posts/first-time-with-pypi.html

eugenio412 avatar Aug 18 '16 10:08 eugenio412

what's wrong with git pull?

nborrmann avatar Aug 18 '16 10:08 nborrmann

@nborrmann using the pip command is more user friendly than using git. However I don't think it's necessary because if you don't want to install git you can just download a zip file of the master branch.

Pharonax avatar Aug 18 '16 12:08 Pharonax