AIEcoprint / CONTRIBUTING.md
samuelrince's picture
docs: add CONTRIBUTING.md
04e1cf6
|
Raw
History Blame
117 Bytes
# Contributing
## Generate `requirements.txt` file from uv
```shell
uv export -o requirements.txt --no-hashes
```