-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Font Awesome Integration | ||
======================== | ||
|
||
PyWaffle installs `Font Awesome | ||
<https://fontawesome.com/>`_ free version automatically as a package dependency. | ||
The package it is trying to install is the latest version of `fontawesomefree | ||
<https://pypi.org/project/fontawesomefree/>`_. | ||
|
||
If you would like to upgrade :code:`fontawesomefree` and use the newer version with PyWaffle, you can simply upgrade :code:`fontawesomefree` and reinstall :code:`pywaffle`. In commands, that is: | ||
|
||
:: | ||
|
||
$ pip install --upgrade fontawesomefree | ||
$ pip install pywaffle | ||
|
||
By running the above commands, PyWaffle will generate a new icon mapping for the newer version :code:`fontawesomefree` under the package directory, and takes care of everything. You will be free to start using new icons! | ||
|
||
For how to use Font Awesome with PyWaffle, please see `Plot with Characters or Icons | ||
<examples/plot_with_characters_or_icons.md>`_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,5 @@ Visit PyWaffle on `Github | |
|
||
installation | ||
examples | ||
font_awesome_integration | ||
class |