提交 1ca6d38e 编写于 作者: L Lucas Meneghel Rodrigues

Merge pull request #427 from ruda/docs_get_started_install_from_git

Documentation: Add section about installing from git repository.
......@@ -37,6 +37,23 @@ performing the following commands::
sudo apt-get update
sudo apt-get install avocado
Installing avocado - Git
========================
To install avocado from the git repository, check this instructions::
git clone git@github.com:avocado-framework/avocado.git
cd avocado
sudo python setup.py install
sudo yum install -y gcc python-devel python-pip libvirt-devel libyaml-devel
sudo pip install -r requirements.txt
Note that `python` and `pip` should point to the Python interpreter version 2.7.x.
If you're having trouble to install, you can try again and use the command line
utilities `python2.7` and `pip2.7`.
For Debian users, use `apt-get` to install the proper dependencies that `yum` installs.
Using the avocado test runner
=============================
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册