samuelrince commited on
Commit
04e1cf6
·
1 Parent(s): 17c5e3e

docs: add CONTRIBUTING.md

Browse files
Files changed (1) hide show
  1. CONTRIBUTING.md +7 -0
CONTRIBUTING.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # Contributing
2
+
3
+ ## Generate `requirements.txt` file from uv
4
+
5
+ ```shell
6
+ uv export -o requirements.txt --no-hashes
7
+ ```