You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/views/docs/installation.html.slim

47 lines
1.2 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 package](https://aur.archlinux.org/packages/asciinema/):
yaourt -S asciinema
## Gentoo Linux
Gentoo Linux users can install the
[portage package](http://packages.gentoo.org/package/app-misc/asciinema):
emerge 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.