| # How to start the IDE | |
| To start the IDE, open your terminal, navigate to the IDE directory, and run the following commands: | |
| ```bash | |
| source venv/bin/activate | |
| python3 main_window.py | |
| ``` | |
| Alternatively, you can run the existing bash script: | |
| ```bash | |
| bash ./open_IDE | |
| ``` |