Update README.md

This commit is contained in:
fls 2026-09-17 19:55:55 -03:00
parent e9e11cb438
commit ec442406de
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Setting the virtual environment:
1. Create the environment: `python3 -m venv mosaicode` 1. Create the environment: `python3 -m venv mosaicode`
1. Active the environment: `source mosaicode/bin/activate` 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` 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 More details in the Python 3 *Virtual Environments and Packages* documentation: https://docs.python.org/3/tutorial/venv.html