Installation
Requirements
Python 3.7 or higher
Faker
InvoiceGenerator
Installing with pip
The easiest way to install FakeInvoiceGen is using pip:
pip install fakeinvoicegen
This will automatically install all required dependencies.
Development Installation
If you want to contribute to the project, you can install it in development mode:
git clone https://github.com/yourusername/fakeinvoicegen.git
cd fakeinvoicegen
pip install -e .