Skip to content

Commit 555b1f9

Browse files
authored
Update README.md
1 parent 4b1fcd6 commit 555b1f9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,17 @@ services:
3737
POSTGRES_USER: warpSQLUser
3838
POSTGRES_PASSWORD: warpSQLPass
3939
```
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

Comments
 (0)