We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b1fcd6 + 555b1f9 commit 100531aCopy full SHA for 100531a
1 file changed
README.md
@@ -37,3 +37,17 @@ services:
37
POSTGRES_USER: warpSQLUser
38
POSTGRES_PASSWORD: warpSQLPass
39
```
40
+
41
+## Development with GitHub Codespaces
42
43
+You can use GitHub Codespaces to develop this project in the cloud.
44
45
+1. Click on the "Code" button.
46
+2. Select "Open with Codespaces" from the dropdown menu.
47
+3. Choose the appropriate Codespace configuration.
48
+4. Wait for the environment to be provisioned.
49
+5. Once the environment is ready, you can start working on the project.
50
+6. Install the project dependencies by running the following command in the terminal:
51
52
+ ```bash
53
+ pip install -r requirements.txt
0 commit comments