Skip to content

Commit 4300479

Browse files
committed
Add note about pipx support in quickstart
1 parent 5e142cd commit 4300479

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ help function::
123123
>>> import freegames
124124
>>> help(freegames)
125125

126+
Free Python Games also provides an entry-point script for compatibility with
127+
`pipx <https://pypa.github.io/pipx/>`_::
128+
129+
$ pipx install freegames
130+
$ freegames play life
131+
126132

127133
Free Games
128134
----------

0 commit comments

Comments
 (0)