From ec442406de0e09fc37b621ad566224ad639816fb Mon Sep 17 00:00:00 2001 From: fls Date: Thu, 17 Sep 2026 19:55:55 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 345ca49..8a654eb 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Setting the virtual environment: 1. Create the environment: `python3 -m venv mosaicode` 1. Active the environment: `source mosaicode/bin/activate` -1. Install PyGObject: `python -m pip install PyGObject` +1. Install PyGObject: `python -m pip install PyGObject setuptools` 1. Install Mosaicode: `python setup.py install` More details in the Python 3 *Virtual Environments and Packages* documentation: https://docs.python.org/3/tutorial/venv.html