diff --git a/setuptool.md b/setuptool.md index d4e4c73..09c75fa 100644 --- a/setuptool.md +++ b/setuptool.md @@ -9,3 +9,11 @@ To set up the development environment for this project, you will need to install ### Setuptools Installation you can install it with the following command: + +```bash +python3 -m pip install setuptools + + + + +