[7bf731]: / 10-Assets-For-Documentation / 2_Poetry-CLI-Script.txt

Download this file

9 lines (5 with data), 91 Bytes

1
2
3
4
5
6
7
8
9
!pip install poetry
poetry init
poetry add requirements.txt
poetry install
poetry shell