2013-11-18 17:52:34 +00:00
|
|
|
- content_for(:title, 'Installation')
|
|
|
|
|
2013-10-14 14:16:28 +00:00
|
|
|
markdown:
|
|
|
|
|
|
|
|
# Installation
|
|
|
|
|
2013-12-03 20:00:04 +00:00
|
|
|
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):
|
2013-10-14 14:16:28 +00:00
|
|
|
|
2013-12-07 15:32:00 +00:00
|
|
|
sudo pip install asciinema
|
2013-10-14 14:16:28 +00:00
|
|
|
|
2013-12-07 15:32:00 +00:00
|
|
|
If you don't have `pip`, first install it with `easy_install`:
|
2013-10-14 14:16:28 +00:00
|
|
|
|
2013-12-07 15:32:00 +00:00
|
|
|
sudo easy_install pip
|
|
|
|
sudo pip install asciinema
|
2013-10-14 14:16:28 +00:00
|
|
|
|
2013-11-25 21:07:58 +00:00
|
|
|
## Ubuntu
|
2013-10-14 14:16:28 +00:00
|
|
|
|
2013-11-25 21:07:58 +00:00
|
|
|
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
|
2013-10-14 14:16:28 +00:00
|
|
|
|
|
|
|
Arch Linux users can install the
|
2014-01-21 09:48:45 +00:00
|
|
|
[AUR package](https://aur.archlinux.org/packages/asciinema/):
|
2013-10-14 14:16:28 +00:00
|
|
|
|
|
|
|
yaourt -S asciinema
|
2013-12-03 20:00:04 +00:00
|
|
|
|
2014-01-21 09:48:45 +00:00
|
|
|
## Gentoo Linux
|
|
|
|
|
|
|
|
Gentoo Linux users can install the
|
|
|
|
[portage package](http://packages.gentoo.org/package/app-misc/asciinema):
|
|
|
|
|
|
|
|
emerge asciinema
|
|
|
|
|
2013-12-03 20:00:04 +00:00
|
|
|
## 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.
|