Closed kiozet closed 1 year ago
why is requirements.txt file empty then ? and there is need to change documentation file because I added new features to the project
@coderatul I think it's a bug because the same file in my repository has content. About the documentation - in the process of writing. I will do everything;)
I think for better installation we need "requirements.txt". Because this way we don't have to change anything in the documentation over time and new modules appear, but just update the "requirements.txt". And "pip install -r requirements.txt" looks better than a big line with many libraries.