doc: Fix pytest installation instructions on Ubuntu 12.04

Ubuntu 12.04 doesn't have a pytest package - needs to be installed with pip

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
Martin Winter 2017-02-17 00:52:07 +07:00
parent eb651bbceb
commit 783c4c8fa3

View File

@ -13,7 +13,7 @@ Add packages:
apt-get install git autoconf automake libtool make gawk libreadline-dev \
texinfo libpam0g-dev dejagnu libjson0 pkg-config libpam0g-dev \
libjson0-dev flex python-pytest
libjson0-dev flex python-pip
Install newer bison from 14.04 package source (Ubuntu 12.04 package source
is too old)
@ -51,6 +51,10 @@ Install newer version of autoconf and automake:
sudo make install
cd ..
Install pytest:
pip install pytest
Get FRR, compile it and install it (from Git)
---------------------------------------------