aristanetworks / avd

Arista Validated Designs
https://avd.arista.com
Apache License 2.0
251 stars 187 forks source link

Doc: Update installation guide with PyAVD #4076

Closed ClausHolbechArista closed 3 weeks ago

ClausHolbechArista commented 3 weeks ago

Update installation guide with PyAVD

github-actions[bot] commented 3 weeks ago

Review docs on Read the Docs

To test this pull request:

# Create virtual environment for this testing below the current directory
python -m venv test-avd-pr-4076
# Activate the virtual environment
source test-avd-pr-4076/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/ClausHolbechArista/avd.git@doc/update-install-guide-with-pyavd#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/ClausHolbechArista/avd.git#/ansible_collections/arista/avd/,doc/update-install-guide-with-pyavd --force
# Optional: Install AVD examples
cd test-avd-pr-4076
ansible-playbook arista.avd.install_examples
sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud