Spaces:
Runtime error
Runtime error
update readme
Browse files
README.md
CHANGED
|
@@ -13,3 +13,11 @@ python_version: 3.11.0
|
|
| 13 |
* Install required packages `./venv/bin/pip install -r requirements.txt`
|
| 14 |
* Copy .env.example to .env and enter the required values.
|
| 15 |
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
* Install required packages `./venv/bin/pip install -r requirements.txt`
|
| 14 |
* Copy .env.example to .env and enter the required values.
|
| 15 |
*
|
| 16 |
+
|
| 17 |
+
### Release process
|
| 18 |
+
##### API server
|
| 19 |
+
* Install flyctl by following instructions mentioned here https://fly.io/docs/flyctl/install/
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
##### Streamlit UI
|
| 23 |
+
* Push code to main branch on huggingspace https://huggingface.co/spaces/beautiful-code/ai_workflows
|