chore: adds requirements.txt

This commit is contained in:
Mr. Finch 2024-12-31 11:47:51 +01:00
parent 0224251854
commit 5577709f5f
2 changed files with 6 additions and 2 deletions

View file

@ -45,13 +45,13 @@ To run **OPTIMA-35**, the following Python libraries are required:
You can install the dependencies using `pip`: You can install the dependencies using `pip`:
```bash ```bash
pip install pyyaml piexif pillow pyside6 pip install -r requirements.txt
``` ```
Alternatively, you can use `conda` or its alternatives (`anaconda`, `mamba`, `micromamba`): Alternatively, you can use `conda` or its alternatives (`anaconda`, `mamba`, `micromamba`):
```bash ```bash
conda install -c conda-forge pyyaml piexif pillow pyside6 conda install -c conda-forge --file requirements.txt
``` ```
# Use of LLMs # Use of LLMs

4
requirements.txt Normal file
View file

@ -0,0 +1,4 @@
pyyaml
piexif
pillow
pyside6