mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-03 14:34:25 +00:00
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:
parent
eb651bbceb
commit
783c4c8fa3
@ -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)
|
||||
---------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user