You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
python and github novice here, so pardon me if this is out of order here.
on windows with anaconda, how does one run the following example:
icon-font-to-png --css font-awesome.css --ttf fontawesome-webfont.ttf --list
above has a shell prompt, so i presume is for linux
what i have done on windows are as follows:
pip install icon_font_to_png (on anaconda cmdline, success)
icon-font-to-png --css font-awesome.css --ttf fontawesome-webfont.ttf --list (on anaconda cmdline, failed: 'icon-font-to-png' is not recognized ...)
icon-font-to-png --css font-awesome.css --ttf fontawesome-webfont.ttf --list (on windows cmdline at C:\Users\user\Anaconda3\Scripts>, failed: 'icon-font-to-png' is not recognized ...)
Kindly advise please. TIA
The text was updated successfully, but these errors were encountered:
try this (replace <you user dir> with your real windows username): python C:\Users\<you user dir>\AppData\Local\Programs\Python\Python39\Scripts\icon-font-to-png
Hello,
python and github novice here, so pardon me if this is out of order here.
on windows with anaconda, how does one run the following example:
icon-font-to-png --css font-awesome.css --ttf fontawesome-webfont.ttf --list
above has a shell prompt, so i presume is for linux
what i have done on windows are as follows:
Kindly advise please. TIA
The text was updated successfully, but these errors were encountered: