From f7831a14e0fb20b6942bf06f3e1c4c21cb81fe7b Mon Sep 17 00:00:00 2001 From: Jan Hovancik Date: Thu, 19 Dec 2024 11:46:27 +0100 Subject: [PATCH] Mention distutils in README as they are now deprecated in Python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 266adeb5..8cf2009a 100644 --- a/README.md +++ b/README.md @@ -434,7 +434,7 @@ Feel free to join in the [development](https://github.com/hovancik/stretchly/blo - [git](https://git-scm.com/) - [Github account](https://github.com/), if you'd like to upstream your changes -Now you can clone the repo with `git clone https://github.com/hovancik/stretchly.git`. Change to the new created directory and run `npm i` to install node packages needed. +Now you can clone the repo with `git clone https://github.com/hovancik/stretchly.git`. Change to the new created directory and run `npm i` to install node packages needed. If your system is running Python 3.12 and newer, you also need to install `setuptools`, for example with `pip install setuptools`, as `distutils` have been [deprecated](https://docs.python.org/3/library/distutils.html). Read on.