File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -225,25 +225,25 @@ if sys.version_info < (3,):
225225 raise ImportError(
226226 """You are running Frobulator 6.0 on Python 2
227227
228- Unfortunately Frobulator 6.0 and above are not compatible with Python 2
229- anymore, and you still ended up with this version installed on your system.
230- That's a bummer; sorry about that. It should not have happened. Make sure you
231- have pip >= 9.0 to avoid this kind of issues , as well as setuptools >= 24.2:
228+ Frobulator 6.0 and above are no longer compatible with Python 2, and you still
229+ ended up with this version installed. That's unfortunate; sorry about that.
230+ It should not have happened. Make sure you have pip >= 9.0 to avoid this kind
231+ of issue , as well as setuptools >= 24.2:
232232
233233 $ pip install pip setuptools --upgrade
234234
235- You have various other choices
235+ Your choices:
236236
237- - install an older version of Frobulator:
237+ - Upgrade to Python 3.
238238
239- $ pip install 'frobulator<6.0'
239+ - Install an older version of Frobulator:
240240
241- - Upgrade your system to use Python 3.
241+ $ pip install 'frobulator<6.0'
242242
243243It would be great if you can figure out how this version ended up being
244244installed, and try to check how to prevent that for future users.
245245
246- See the following url for more up-to-date information:
246+ See the following URL for more up-to-date information:
247247
248248https://i.am.an/url
249249
You can’t perform that action at this time.
0 commit comments