File size: 229 Bytes
697c68e
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
pyenv install 3.10.13
pyenv global 3.10.13
python -m pip install -r requirements.txt
chmod +x run.sh
./run.sh