chore: adds requirements.txt
This commit is contained in:
parent
0224251854
commit
5577709f5f
2 changed files with 6 additions and 2 deletions
|
@ -45,13 +45,13 @@ To run **OPTIMA-35**, the following Python libraries are required:
|
|||
You can install the dependencies using `pip`:
|
||||
|
||||
```bash
|
||||
pip install pyyaml piexif pillow pyside6
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Alternatively, you can use `conda` or its alternatives (`anaconda`, `mamba`, `micromamba`):
|
||||
|
||||
```bash
|
||||
conda install -c conda-forge pyyaml piexif pillow pyside6
|
||||
conda install -c conda-forge --file requirements.txt
|
||||
```
|
||||
|
||||
# Use of LLMs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue