Skip to content

Commit

Permalink
Mention distutils in README
Browse files Browse the repository at this point in the history
as they are now deprecated in Python
  • Loading branch information
hovancik committed Dec 19, 2024
1 parent b1d7025 commit 2c7fb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 instll `setuptools`, for example with `pip install setuptools`, as `distutils` have been [deprecated](https://docs.python.org/3/library/distutils.html).

Read on.

Expand Down

0 comments on commit 2c7fb10

Please sign in to comment.