Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ramachaitanya0 authored Nov 7, 2023
1 parent 4b23874 commit a31eba6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,16 @@ git clone https://github.com/ramachaitanya0/ask_pdf.git
conda create -n <env_name> python=3.11.4
```

3. Install all the required Packages using requirements.txt file.
3. Activate the conda Environmen
```sh
conda activate <env_name>
```

4. Install all the required Packages using requirements.txt file.
```sh
pip install -r requirements.txt
```
4. Add .env file in the Repo and add your OPEN AI Key in .env file.
5. Add .env file in the Repo and add your OPEN AI Key in .env file.

```sh
OPENAI_API_KEY=<OPENAI_API_KEY>
Expand Down

0 comments on commit a31eba6

Please sign in to comment.