Merge branch 'chore/requirements' into 'main'
chore: adds requirements.txt See merge request python_projects3802849/optima-35!6
This commit is contained in:
commit
152faab38a
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
|
||||
|
|
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