Spaces:
Sleeping
Sleeping
Synced repo using 'sync_with_huggingface' Github Action
Browse files
ReadME.md
CHANGED
@@ -14,14 +14,20 @@
|
|
14 |
|
15 |
## Setup Environment
|
16 |
|
17 |
-
###
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
- Run `CreateEnv.ps1` file in PowerShell. It will:
|
19 |
- Create a virtual environment
|
20 |
- Activate it
|
21 |
- Create temporary folders
|
22 |
- Install necessary Python modules
|
23 |
|
24 |
-
|
25 |
- Create a virtual environment:
|
26 |
```bash
|
27 |
python -m venv .venv
|
|
|
14 |
|
15 |
## Setup Environment
|
16 |
|
17 |
+
### Clone Repository
|
18 |
+
- Clone Repository
|
19 |
+
```
|
20 |
+
git clone https://github.com/dhruv4023/ChatBotAppClient
|
21 |
+
```
|
22 |
+
### After cloning Repository
|
23 |
+
#### Option 1: Automated Setup (PowerShell)
|
24 |
- Run `CreateEnv.ps1` file in PowerShell. It will:
|
25 |
- Create a virtual environment
|
26 |
- Activate it
|
27 |
- Create temporary folders
|
28 |
- Install necessary Python modules
|
29 |
|
30 |
+
#### Option 2: Manual Setup
|
31 |
- Create a virtual environment:
|
32 |
```bash
|
33 |
python -m venv .venv
|