我要评分
获取效率
正确性
完整性
易理解

Environment Configuration

Before performing the installation, you need to install the dependent components of the required version.

  1. Install system dependencies.
    1
    2
    3
    4
    dnf install -y \
      --setopt=install_weak_deps=False \
      --setopt=tsflags=nodocs \
      python3-pip
    
  2. Upgrade the Python package management tool.
    1
    python3 -m pip install --upgrade pip setuptools wheel packaging