Closed thebigbone closed 1 year ago
For simplicity, you should create a requirements.txt
file
nope
What does that mean? Are you not aware of this depreciated command or what. Literally every single python project has a requirements file and it's there for a reason
python3 -m pip
is deprecated command. Instead, usepip3 install && upgrade whatever