Pythonity / icon-font-to-png

Python script (and library) for exporting icons from icon fonts (e.g. Font Awesome, Octicons) as PNG images
https://pythonity.github.io/icon-font-to-png/
MIT License
209 stars 34 forks source link

No such file or directory: 'icon-font-to-png/requirements.txt' #5

Closed lovebdsobuj closed 8 years ago

lovebdsobuj commented 8 years ago

$ pip install -r icon-font-to-png/requirements.txt

Could not open requirements file: [Errno 2] No such file or directory: 'icon-font-to-png/requirements.txt'

pawelad commented 8 years ago

You're probably executing the command from wrong directory - you should do pip install -r requirements.txt from repository root. And you only need it if you cloned the repository and want to contribute to it or run it without installing it via pip. If you installed it via pip install icon_font_to_png you don't need to do anything else.