File: quickstart.rst

package info (click to toggle)
python-webvtt 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 640 kB
  • sloc: python: 3,777; makefile: 29; sh: 6
file content (35 lines) | stat: -rw-r--r-- 415 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Quickstart
==========

Installation
------------

You can install ``webvtt-py`` with pip:

::

    $ pip install webvtt-py

To install with easy_install:

::

    $ easy_install webvtt-py

Requirements
------------

This module requires Python 3.7+.


Source code
-----------

This project is hosted on `GitHub`_.

.. _`GitHub`: https://github.com/glut23/webvtt-py

License
-------

Licensed under the MIT License.