asciinema.org/app/views/docs/installation.html.slim

47 lines
1.2 KiB
Plaintext
Raw Normal View History

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