An open API service indexing awesome lists of open source software.

https://github.com/ciscodevnet/apic-em-samples-aradford

This is a collection of sample scripts and tools for APIC-EM
https://github.com/ciscodevnet/apic-em-samples-aradford

Last synced: 12 months ago
JSON representation

This is a collection of sample scripts and tools for APIC-EM

Awesome Lists containing this project

README

          

# Commands to get going this is for the sample_code
# copy the repo
git clone https://github.com/CiscoDevNet/apic-em-samples-aradford.git

# create a virtualenv
cd apic-em-samples-aradford
virtualenv env
source env/bin/activate

# install the requirements
cd sample_code
pip install -r requirements.txt

# change the apic_config.py file to point to your own controller if you like