translators-will commited on
Commit
d586b6c
·
verified ·
1 Parent(s): f30342d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -1
requirements.txt CHANGED
@@ -1,4 +1,8 @@
1
  openai
2
  python-dotenv
3
  maturin
4
- rustup
 
 
 
 
 
1
  openai
2
  python-dotenv
3
  maturin
4
+ rustup
5
+ #!/bin/bash
6
+ curl https://sh.rustup.rs -sSf | sh -s -- -y
7
+ source $HOME/.cargo/env
8
+ chmod +x setup.sh