Nourepide / ComfyUI-Allor

ComfyUI plugin for image processing and work with alpha chanel.
MIT License
211 stars 26 forks source link

README.MD instruction section has a typo that affects installation "requirments.txt" should read "requirements.txt" #1

Closed lithoso closed 1 year ago

lithoso commented 1 year ago

README.MD instruction section has a typo that affects installation:

pip install -r requirments.txt <----

pip install -r requirments.txt Defaulting to user installation because normal site-packages is not writeable ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirments.txt'

corrected name should read "requirements.txt"

Nourepide commented 1 year ago

Thank you, the typo has just been fixed.