Files
Fazedor-de-conta/setup.py
nanometer5088 c2fddc6ce1 * setup.py can now install dependencies on its own
* init.py is changed to better reflect the setup.py changes
No core functionality was changed in this commit
2022-08-29 19:26:15 -03:00

2 lines
54 B
Python

import os
os.system("pip install -r requirements.txt")