Skip to content

Commit aaa7988

Browse files
authored
First choice is upgrade to Python 3
Rather than to use older versions. Also, it's not unfortunate that Frobulator 6.0 is incompatible with Python 2, that is intentional. However, it is unfortunate to end up with F6 on P2. Plus some minor rewording for brevity and readability.
1 parent 599d0db commit aaa7988

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

_practicalities/intro.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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
243243
It would be great if you can figure out how this version ended up being
244244
installed, 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
248248
https://i.am.an/url
249249

0 commit comments

Comments
 (0)