Aiwensile2
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -62,9 +62,12 @@ Example code for reference usage guidelines can be found at: "Model usage method
|
|
62 |
|
63 |
### Environment Setup
|
64 |
|
|
|
|
|
65 |
Run the following command to install all dependencies:
|
66 |
```sh
|
67 |
pip install -r requirements.txt
|
|
|
68 |
|
69 |
## Details
|
70 |
### License
|
|
|
62 |
|
63 |
### Environment Setup
|
64 |
|
65 |
+
Environment requirements needed to use the model are written in the requirements.txt file.
|
66 |
+
|
67 |
Run the following command to install all dependencies:
|
68 |
```sh
|
69 |
pip install -r requirements.txt
|
70 |
+
```
|
71 |
|
72 |
## Details
|
73 |
### License
|