Skip to content

Commit 0f73b5a

Browse files
authored
Add note on missing emojis to README (#136)
Closes #98
1 parent 4883d0c commit 0f73b5a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,18 @@ Meson CLI can be set in `pyproject.toml`:
188188
cli = 'path/to/custom/meson'
189189
```
190190

191+
## FAQ
192+
193+
- Running `spin`, the emojis in the command list don't show up.
194+
195+
Your terminal font may not include emoji characters. E.g., if you use
196+
noto on Arch Linux the emojis are installed separately:
197+
198+
```sh
199+
sudo pacman -S noto-fonts-emoji
200+
fc-cache -f -v
201+
```
202+
191203
## History
192204

193205
The `dev.py` tool was [proposed for SciPy](https://github.com/scipy/scipy/issues/15489) by Ralf Gommers and [implemented](https://github.com/scipy/scipy/pull/15959) by Sayantika Banik, Eduardo Naufel Schettino, and Ralf Gommers (also see [Sayantika's blog post](https://labs.quansight.org/blog/the-evolution-of-the-scipy-developer-cli)).

0 commit comments

Comments
 (0)