From 3301bc5bcd2c043255c5421645bb504e64b440dc Mon Sep 17 00:00:00 2001 From: Mikko Ohtamaa Date: Wed, 12 Jul 2023 23:36:58 +0200 Subject: [PATCH] Don't want to deal the pain that is called Microsoft Windows --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2c1d1c3..369935db 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ For code examples please see below. To use this package you need to * Have Python 3.10 or higher +* macOS, Linux or Windows Subsystem for Linux (WSL) needed, Microsoft Windows is not officially supported * [Be proficient in Python programming](https://wiki.python.org/moin/BeginnersGuide) * [Understand of Web3.py library](https://web3py.readthedocs.io/en/stable/) * [Understand Pytest basics](https://docs.pytest.org/)