This commit is contained in:
Nicholas Albion
2023-09-23 16:27:02 +10:00
parent cb3d4b7ad1
commit dd995953c0
6 changed files with 55 additions and 69 deletions

View File

@@ -51,7 +51,7 @@ https://github.com/Pythagora-io/gpt-pilot/assets/10895136/0495631b-511e-451b-93d
# 🔌 Requirements
- **Python >= 3.11**
- **Python >= 3.8**
- **PostgreSQL** (optional, projects default is SQLite)
- DB is needed for multiple reasons like continuing app development if you had to stop at any point or app crashed, going back to specific step so you can change some later steps in development, easier debugging, for future we will add functionality to update project (change some things in existing project or add new features to the project and so on)...