7 lines
118 B
Bash
Executable file
7 lines
118 B
Bash
Executable file
#(1) using pyenv/pip
|
|
#pip install update
|
|
#pip install -r requirements.txt
|
|
|
|
#(2) using poetry (fancier)
|
|
poetry install
|