Skip to content

Commit 3cc1e09

Browse files
committed
📝 update README.rst
1 parent 65755e7 commit 3cc1e09

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

README.rst

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,25 @@ Python Module: Play the video in the console as ASCII art.
66
Where there is light, there is
77
`Bad Apple!! <https://www.youtube.com/watch?v=FtutLA63Cp8>`_
88

9-
Install
10-
-------
9+
Installation
10+
------------
1111

1212
.. code-block:: shell
1313
1414
python -m pip install badapple
1515
16+
with audio:
17+
18+
.. code-block:: shell
19+
20+
python -m pip install badapple[audio]
21+
22+
with any supported player:
23+
24+
.. code-block:: shell
25+
26+
python -m pip install badapple[dev]
27+
1628
Run
1729
---
1830

@@ -27,7 +39,7 @@ Help Message
2739
2840
usage: badapple [options] ...
2941
30-
BadApple-Python-OS-ISA-v0.0.4
42+
BadApple-Python-OS-ISA-v0.0.5
3143
3244
options:
3345
-h, --help show this help message and exit

0 commit comments

Comments
 (0)