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`:
|
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
4
requirements.txt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
pyyaml
|
||||||
|
piexif
|
||||||
|
pillow
|
||||||
|
pyside6
|
Loading…
Add table
Add a link
Reference in a new issue