From 5577709f5f2a89d5ad3ada4a3654660130d4b777 Mon Sep 17 00:00:00 2001 From: "Mr. Finch" Date: Tue, 31 Dec 2024 11:47:51 +0100 Subject: [PATCH] chore: adds requirements.txt --- README.md | 4 ++-- requirements.txt | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index f33392b..058b321 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4049c44 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +pyyaml +piexif +pillow +pyside6