summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2017-05-26 14:15:56 +0200
committerjaseg <code@jaseg.net>2017-05-26 14:17:30 +0200
commit3fa1b62d4d204d083669c6c9fa37e8b355bc8a29 (patch)
tree01d9d2b1a18a7ad460db37a034a91cd52ad0bb9a /README.rst
parent36404a2a4079a19c3c763535f9e73e46f2f46159 (diff)
downloadpython-mpv-3fa1b62d4d204d083669c6c9fa37e8b355bc8a29.tar.gz
python-mpv-3fa1b62d4d204d083669c6c9fa37e8b355bc8a29.tar.bz2
python-mpv-3fa1b62d4d204d083669c6c9fa37e8b355bc8a29.zip
README: rst syntax fix because I can't rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index e7c191d..1adab22 100644
--- a/README.rst
+++ b/README.rst
@@ -9,13 +9,12 @@ features of the player, just as the lua interface does.
Installation
------------
-Via PyPI
-~~~~~~~~
-
.. code:: bash
+
pip install python-mpv
- ...though you can also realistically just copy `mpv.py`_ into your project as it's all nicely contained in one file.
+
+...though you can also realistically just copy `mpv.py`_ into your project as it's all nicely contained in one file.
Usage
-----