You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added the pytest invokation pytest -o markers=task to the "running tests" sections of exercises/shared/test.md and docs/TESTS.md
* updated and clarified INSTALLATION.md
* updated and added new resources to LEARNING.md
* updated and added new resources to RESOURCES.md
* overhauled TOOLS.md and added new editors and links
If Python isn't already available on your system, detailed instructions by platform can be found in the [Python Setup and Usage][using python] section of the official documentation.
4
-
Real Python also offers a [very helpful guide][helpful guide] to installation on various platforms, including iOS and Android.
3
+
If Python isn't already available on your system, detailed instructions by platform can be found in the [Python Setup and Usage][using python] section of the official documentation.
4
+
Real Python also offers a [nice guide][helpful guide] to installation on various platforms, including iOS and Android.
5
5
6
-
Exercism tests and tooling currently supports `Python 3.8` (tests) and `Python 3.9` (tooling).
6
+
Finally, these posts by Brett Cannon [A quick-and-dirty guide][quick-and-dirty] and [Why you should use `python -m pip`][python-m-pip], give very helpful advice on how to manage Python installations and packages.
7
7
8
+
**Note for MacOS users:** prior to MacOS Monterey (12.3), `Python 2.7` came pre-installed with the operating system.
9
+
Using `Python 2.7` with exercsim or most other programs is not recommended.
10
+
You should instead install Python 3 via one of the methods detailed below.
11
+
As of MacOS Monterey (12.3), no version of Python will be pre-installed via MacOS.
12
+
13
+
Some quick links into the documentation by operating system:
14
+
15
+
-[Windows][windows] Additionally, this Microsoft article on [installing Python on windows][python-on-windows] is helpful.
16
+
-[Unix & Linux Systems][unix-and-linux] (_these largely work for MacOS as well_)
17
+
-[MacOS][macos] : **This is outdated.**
18
+
We recommend reviewing some of the methods outlined in the Real Python article [Installing Python][installing-python] or the articles by Brett Cannon linked above.
19
+
20
+
21
+
Exercism tests and tooling currently support `Python 3.8` (_tests_) and `Python 3.9` (_tooling_).
22
+
This means that the [newest features of Python `3.10`][310-new-features] are **not** currently supported.
23
+
Please refer to the [Python 3.9.x documentation][3.9 docs] for what is currently supported.
0 commit comments