dhruv4023 commited on
Commit
c11f337
·
verified ·
1 Parent(s): de0a972

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. ReadME.md +8 -2
ReadME.md CHANGED
@@ -14,14 +14,20 @@
14
 
15
  ## Setup Environment
16
 
17
- ### Option 1: Automated Setup (PowerShell)
 
 
 
 
 
 
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
- ### Option 2: Manual Setup
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