Closed RomainMichau closed 1 year ago
requirements.txt file are the standard python way to list dependencies. See: https://learnpython.com/blog/python-requirements-file/
They allow dependencies install with a single command: pip install -r ./requirements.txt
pip install -r ./requirements.txt
OK
requirements.txt file are the standard python way to list dependencies. See: https://learnpython.com/blog/python-requirements-file/
They allow dependencies install with a single command:
pip install -r ./requirements.txt