Astraeus_AI_LO_IDE / start_IDE.md
Vyolett's picture
Upload 24 files
2ca5874 verified
|
Raw
History Blame Contribute Delete
267 Bytes
# 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
```