Setting up your environment
Complete the following steps to set up a local environment for your first Execution Environment:
- Ensure the following packages are installed on your system: - podmanor- docker
- python3
- python3-pip
 - If you use the DNF package manager, install these prerequisites as follows: - sudo dnf install -y podman python3 python3-pip 
- Install - ansible-navigator:- pip3 install ansible-navigator - Installing - ansible-navigatorlets you run EEs on the command line. It includes the- ansible-builderpackage to build EEs.- If you want to build EEs without testing, install only - ansible-builder:- pip3 install ansible-builder 
- Verify your environment with the following commands: - ansible-navigator --version ansible-builder --version 
Ready to build an EE in a few easy steps? Proceed to Building your first Execution Environment.
Want to try an EE without having to build one? Proceed to Running Ansible with the community EE image.
