We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
README.rst
1 parent 65755e7 commit 3cc1e09Copy full SHA for 3cc1e09
1 file changed
README.rst
@@ -6,13 +6,25 @@ Python Module: Play the video in the console as ASCII art.
6
Where there is light, there is
7
`Bad Apple!! <https://www.youtube.com/watch?v=FtutLA63Cp8>`_
8
9
-Install
10
--------
+Installation
+------------
11
12
.. code-block:: shell
13
14
python -m pip install badapple
15
16
+with audio:
17
+
18
+.. code-block:: shell
19
20
+ python -m pip install badapple[audio]
21
22
+with any supported player:
23
24
25
26
+ python -m pip install badapple[dev]
27
28
Run
29
---
30
@@ -27,7 +39,7 @@ Help Message
39
40
usage: badapple [options] ...
41
- BadApple-Python-OS-ISA-v0.0.4
42
+ BadApple-Python-OS-ISA-v0.0.5
31
43
32
44
options:
33
45
-h, --help show this help message and exit
0 commit comments