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