Skip to content

Commit

Permalink
Fix distutils link due to deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
arcivanov committed Sep 14, 2024
1 parent 886ebda commit 95023c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ your code is always tested (to a given extend) before you ship it.

Before you make your code available to the public, you need to think about how users can install the software on
their computers. In the Python world, one standard way to do this is using
[distutils](http://docs.python.org/distutils/index.html) which is shipped with the standard Python distribution.
[distutils](http://docs.python.org/3.11/distutils/index.html) which is shipped with the standard Python distribution.

Using distutils basically means providing a `setup.py` or `pyproject.toml` that can be used to install the software.

Expand Down

0 comments on commit 95023c6

Please sign in to comment.