januschung / math-worksheet-generator

Create basic addition, subtraction, multiplication and division practice questions with the answer sheet
GNU General Public License v2.0
507 stars 91 forks source link

Add requirements.txt #22

Closed Crinibus closed 4 years ago

Crinibus commented 4 years ago

Hey, just thought you could add a requirements.txt to easily install the requirements for this repo. Makes it easy for a user to install all requirements with a single command (especially if there are multiple):

pip install -r requirements.txt