pebble-dev / rebblestore-api-python

DEPRECATED: Python implementation of the rebble store api
GNU Affero General Public License v3.0
12 stars 3 forks source link

Rewrite README to use virtualenv in example #8

Open kennedyshead opened 7 years ago

kennedyshead commented 7 years ago

Using system-wide python is never a good thing :)

bbenne10 commented 7 years ago

I prefer (and already advocate) the use of pyenv in the readme. This can be more throughly explained though.

kennedyshead commented 7 years ago

I would argue that virtualenv is a better choice (pure python and works on windows)

bbenne10 commented 7 years ago

I'll accept a PR that provides both options but with preference/explanations for virtualenv. "Either pyenv or virtualenv will work to isolate the application from the system python install. Virtualenv installation is explained below" or something. (Or just flesh out the sections and better explain BOTH the installation of both tools)