samkit-jain / Handwriting-Recognition

Software to recognize handwriting
Apache License 2.0
63 stars 24 forks source link

Add requirements.txt #8

Closed samkit-jain closed 5 years ago

samkit-jain commented 6 years ago

References https://github.com/samkit-jain/Handwriting-Recognition/issues/6

sosudo commented 5 years ago

I have fixed this on a duplicate of this repository. I'm not sure if that is what you mean though. I have added it to the README.md on my repo. See if this is it - https://github.com/Swcbn/Context-2

samkit-jain commented 5 years ago

I mean a list of items to be installed using pip install like pip install -r requirements.txt

sosudo commented 5 years ago

Yes, but instead of making a file named requirements.txt, you can just put it in a requirements section of the read me

samkit-jain commented 5 years ago

Fixed in #11