asciinema.org/app/views/docs/installation.html.slim
Marcin Kulik 5887d2e4f6 Words
2013-12-07 16:32:00 +01:00

40 lines
1.1 KiB
Plaintext

- content_for(:title, 'Installation')
markdown:
# Installation
The latest stable version of asciinema recorder can always be found at
[pypi.python.org/pypi/asciinema](https://pypi.python.org/pypi/asciinema).
You can install or update it via
[pip](http://www.pip-installer.org/en/latest/index.html):
sudo pip install asciinema
If you don't have `pip`, first install it with `easy_install`:
sudo easy_install pip
sudo pip install asciinema
## Ubuntu
To install native Ubuntu package of asciinema recorder add [zanchey
ppa](https://launchpad.net/~zanchey/+archive/asciinema) to your software
sources list:
sudo apt-add-repository ppa:zanchey/asciinema
sudo apt-get update
sudo apt-get install asciinema
## Arch Linux
Arch Linux users can install the
[AUR](https://aur.archlinux.org/packages/asciinema/) package:
yaourt -S asciinema
## No native package for your operating system?
If you use some other operating system and you know how to build a native
package for it then don't hesitate, build one and let us know.