Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...



ubuntu 18


Code Block
titleinstallation
#Basic dependencies:
sudo apt-get install python-pip python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev


sudo pip install --upgrade pip

#To install PyEz:
pip install junos-eznc

#To install urwid:
pip install urwid

#To install Space Ez:
cd ~/Documents/

git clone https://github.com/Juniper/py-space-platform.git

sudo pip install ./py-space-platform

#Basic dependencies:
apt-get install python-pip python-dev libffi-dev libssl-dev
libxml2-dev
libxslt1-dev

#To install the aplication
sudo
git clone https://github.com/Juniper/ChassisInfoFetcher


#Run the graphical application:
python ~/Documents/ChassisInfoFetcher/CIF/app.py

















...