coderatul / invoice-generator-python

a simple program to print invoice in python
18 stars 8 forks source link

requirements.txt update #12

Closed kiozet closed 1 year ago

kiozet commented 1 year ago

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.

coderatul commented 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

kiozet commented 1 year ago

@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;) image