1
mirror of https://github.com/streamlink/streamlink synced 2024-11-15 03:02:22 +01:00
streamlink/docs/install.rst
2013-03-14 03:04:16 +01:00

57 lines
1.9 KiB
ReStructuredText

.. _install:
Installation
============
Unix-like operating systems
---------------------------
The latest stable version is available to install using `pip <http://www.pip-installer.org/>`_:
.. code-block:: console
# pip install livestreamer
But you can also get the development version using `Git <http://git-scm.com/>`_:
.. code-block:: console
$ git clone git://github.com/chrippa/livestreamer.git
$ cd livestreamer
# python setup.py install
Windows
-------
Livestreamer is primarily developed for Unix-like operating systems where using CLI are common. There is however an installer available for brave Windows users who don't mind using the command prompt. This installer contains a precompiled version of Livestreamer that does not require you to install any dependencies.
`livestreamer-1.4.2-win32-setup.exe <https://pypi.python.org/packages/2.7/l/livestreamer/livestreamer-1.4.2-win32-setup.exe>`_ ``MD5: a5fe1eb7415967060f7b48f38621e5d1``
Dependencies
------------
Livestreamer is currently depending on this software to function.
To run the setup script you need:
- `Python <http://python.org/>`_ (at least version 2.6) or `PyPy <http://pypy.org/>`_
- `python-setuptools <http://pypi.python.org/pypi/setuptools>`_ or `python-distribute <http://pypi.python.org/pypi/distribute>`_
These will be installed automatically by the setup script if they are missing:
- `python-argparse <http://pypi.python.org/pypi/argparse>`_ (only needed on Python version <2.7 and <3.2)
- `python-requests <http://docs.python-requests.org/>`_ (at least version 1.0)
Optional dependencies
---------------------
For RTMP based plugins:
- `RTMPDump <http://rtmpdump.mplayerhq.hu/>`_ (The latest official release is 2.3, but it is not compatible with Twitch/Justin.tv streams, use a git clone after 2011-07-31 if you wish to use the Twitch/Justin.tv plugin)
For decrypting encrypted HLS streams:
- `PyCrypto <https://www.dlitz.net/software/pycrypto/>`_