To install the "Markdown" package from the Python package manager on a Cisco Nexus 93108 Series Switch, the engineer must ensure that the guest shell has internet access to reach the Python package repository. This is achieved by adding the nameserver configuration to /etc/resolv.conf, which allows the system to resolve domain names into IP addresses. After configuring the nameserver, the engineer must run the command sudo chvrf management pip install Markdown to install the package within the management Virtual Routing and Forwarding (VRF) context, which has access to the internet. References: = For more information on managing packages in the guest shell of Cisco Nexus switches, refer to the Cisco Nexus 9000 Series NX-OS Programmability Guide.