Spaces:
Sleeping
Sleeping
Ali Abdullah commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -41,13 +41,17 @@ This chatbot leverages modern NLP techniques including sentence embeddings and v
|
|
| 41 |
- dotenv
|
| 42 |
|
| 43 |
## Setup Instructions
|
|
|
|
| 44 |
```bash
|
| 45 |
python -m venv venv
|
| 46 |
source venv/bin/activate # Linux/macOS
|
| 47 |
venv\Scripts\activate # Windows
|
| 48 |
|
|
|
|
| 49 |
pip install -r requirements.txt
|
| 50 |
|
|
|
|
| 51 |
"ENV(anything...)" = "xb38d3xihi....."
|
| 52 |
|
|
|
|
| 53 |
python app.py
|
|
|
|
| 41 |
- dotenv
|
| 42 |
|
| 43 |
## Setup Instructions
|
| 44 |
+
|
| 45 |
```bash
|
| 46 |
python -m venv venv
|
| 47 |
source venv/bin/activate # Linux/macOS
|
| 48 |
venv\Scripts\activate # Windows
|
| 49 |
|
| 50 |
+
```bash
|
| 51 |
pip install -r requirements.txt
|
| 52 |
|
| 53 |
+
```bash
|
| 54 |
"ENV(anything...)" = "xb38d3xihi....."
|
| 55 |
|
| 56 |
+
```bash
|
| 57 |
python app.py
|