update README
This commit is contained in:
parent
e20fee18f0
commit
d5b975e468
19
README.md
19
README.md
@ -0,0 +1,19 @@
|
||||
# Project Setup
|
||||
|
||||
## 1. Clone the Repository
|
||||
```bash
|
||||
git clone https://git.everydayseries.io/ankush/optimal-code-generation.git
|
||||
cd optimal-code-generation
|
||||
```
|
||||
|
||||
## 2. Install Requirements
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## 3. Setup Environment Variables
|
||||
Create a .env file in the root directory with the following variables:
|
||||
|
||||
```
|
||||
HF_TOKEN=your_huggingface_token
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user