Skip to content

Update and test with Python 3 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ This repository holds the code samples for the [DevNet](http://developer.cisco.c
## Local Workstation Requirements
The code samples in these labs all leverage Python as the programming language. In order to run the exercises and code, you'll need to meet the following requirements.

> Full details on how to setup are included in the Learning Lab Setup Steps.
> Full details on how to setup are included in the Learning Lab's "How To Setup Your Own Computer."

1. Python 2.7.12 or higher
1. Python 3.7 or higher
1. Python Virtual Environment `pip install virtualenv`
1. [ACI Cobra SDK](http://cobra.readthedocs.io) for Python
1. [ACI Cobra SDK](http://cobra.readthedocs.io) for Python. (Note that the DevNet Sandbox does not contain the Cobra SDK files for download but you can get them on DevNet by logging in.)
1. [ACI Toolkit](http://acitoolkit.readthedocs.io) for Python

> It is highly recommended to install all Python requirements within a virtual environment, and not the default Python environment on your workstation.
> It is highly recommended to install all Python requirements within a virtual environment, and not the default Python environment on your workstation.

## Sandbox Lab Infrastructure Setup
Also included in this repository are scripts to prepare the DevNet Always On Sandbox for ACI/APIC. These scripts initialize the APIC Simulator and deploy the tenants and application policy leveraged in the Learning Labs. To run the baselining scripts:
Expand Down
6 changes: 3 additions & 3 deletions apic_fabric_setup/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ asn1crypto==0.23.0
certifi==2017.11.5
cffi==1.11.2
chardet==3.0.4
cryptography==2.1.4
cryptography>=2.3
enum34==1.1.6
idna==2.6
ipaddress==1.0.18
pycparser==2.18
requests==2.18.4
requests>=2.20.0
six==1.11.0
urllib3==1.22
urllib3>=1.24.2