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
*`Python3.6`: you can install it by following [Python3's documentation](https://www.python.org/downloads/).
8
+
*`curses`: available in standard library of `Python` but it doesn't work out-of-the-box on Windows. See [this](https://www.devdungeon.com/content/curses-windows-python) explanations to install `curses` on Windows.
9
+
10
+
## Branches
11
+
12
+
* main : stable releases.
13
+
14
+
To fix a minor problem or add new features create a new branch in this form: `username-dev`.
15
+
Please test your code with `Python3.6` version before **pull request** to be sure not to break compatability.
0 commit comments