cztomczak / cefpython

Python bindings for the Chromium Embedded Framework (CEF)
Other
3.02k stars 469 forks source link

Make pip upgrade instead #632

Closed BD103 closed 2 years ago

BD103 commented 2 years ago

Having a set version number (66.0) is bad in case you forget to update your README. This just makes it so anyone installing will always get the latest version.

cztomczak commented 2 years ago

I think installing specific version is good, because installing latest version could break your app. Chromium changes happen all time and thus compatibility breaks are inevitable.

BD103 commented 2 years ago

Ok got it