You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Within this repository are several files and folders covering different topics a
11
11
| File / Folder | Description |
12
12
| --- | --- |
13
13
|[`env_lab.py`](env_lab.py)| A Python file containing lab infrastructure details for routers, switches and appliances leveraged in the different labs. This file provides a centralized Python `import` that is used in other code samples to retrieve IPs, usernames, and passwords for connections |
14
-
|[`env_user.template`](env_user.template)| Similar to `env_lab.py`, this is a template for end users to copy within their own code repo as `env_user.py` where they can provide unique details for their own accounts. For example, their Webex Teams (formerly Cisco Spark) authentication token. Not all labs require this file, if one does it will be specified in setup. |
14
+
|[`env_user.template`](env_user.template)| Similar to `env_lab.py`, this is a template for end users to copy within their own code repo as `env_user.py` where they can provide unique details for their own accounts. For example, their Webex authentication token. Not all labs require this file, if one does it will be specified in setup. |
15
15
|[`requirements.txt`](requirements.txt)| Global Python requirements file containing the requirements for **all** labs within this repository. Each folder also contains a local `requirements.txt` file. |
16
16
|[`intro-python/`](intro-python/)| Sample code and exercises for the [Python Fundamentals Learning Labs](https://developer.cisco.com/learning/modules/programming-fundamentals/intro-python-part1/step/1) <br> |
17
17
|[`rest-api/`](rest-api/)| Sample code and exercises for the [REST API Fundamentals Learning Labs](https://developer.cisco.com/learning/modules/rest-api-fundamentals/hands-on-postman/step/1) <br> |
0 commit comments