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
Copy file name to clipboardexpand all lines: DEVELOPER.md
+42-16
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This code should work equivalently on MacOS, Linux, and Windows.
6
6
7
7
## Packaging and Dependencies
8
8
9
-
This project uses [Poetry](https://python-poetry.org/) to manage Python packaging and dependencies. Most day-to-day tasks (such as running unit tests from the command line) are orchestrated through Poetry.
9
+
This project uses [Poetry](https://python-poetry.org/) to manage Python packaging and dependencies. Most day-to-day tasks (such as running unit tests from the command line) are orchestrated through Poetry.
10
10
11
11
A coding standard is enforced using [Black](https://github.com/psf/black), [isort](https://pypi.org/project/isort/) and [Pylint](https://www.pylint.org/). Python 3 type hinting is validated using [MyPy](https://pypi.org/project/mypy/).
12
12
@@ -48,25 +48,47 @@ of this writing.
48
48
Nearly all prerequisites are managed by Poetry. All you need to do is make
49
49
sure that you have a working Python 3 enviroment and install Poetry itself.
50
50
51
+
### Poetry Version
52
+
53
+
The project is designed to work with Poetry >= 1.2.0. If you already have an older
54
+
version of Poetry installed on your system, uninstall it before following the setup
0 commit comments