Spaces:
Build error
Build error
update link repo
Browse files
README.md
CHANGED
|
@@ -19,7 +19,9 @@ This project is built by Python and integration with OpenAI API which use GPT-3.
|
|
| 19 |
## Getting Started
|
| 20 |
### 1. Environment Setup
|
| 21 |
The project is built in python 3.9+. You need to install python 3.9 or later
|
| 22 |
-
|
|
|
|
|
|
|
| 23 |
For install dependencies:
|
| 24 |
```commandline
|
| 25 |
pip install -r requirements.txt
|
|
|
|
| 19 |
## Getting Started
|
| 20 |
### 1. Environment Setup
|
| 21 |
The project is built in python 3.9+. You need to install python 3.9 or later
|
| 22 |
+
```commandline
|
| 23 |
+
git clone git@hf.co:spaces/myn0908/Own-Knowledge-GPT
|
| 24 |
+
```
|
| 25 |
For install dependencies:
|
| 26 |
```commandline
|
| 27 |
pip install -r requirements.txt
|