diff --git a/docs/source/references/coral/cluster_mgmt/scalability/python/install/index.rst b/docs/source/references/coral/cluster_mgmt/scalability/python/install/index.rst index ec1f19ce7..70c74418e 100644 --- a/docs/source/references/coral/cluster_mgmt/scalability/python/install/index.rst +++ b/docs/source/references/coral/cluster_mgmt/scalability/python/install/index.rst @@ -8,5 +8,4 @@ A new RPM is created that contains the Python code: ``xCAT-openbmc-py``. The Py :maxdepth: 2 rpm.rst - pip.rst disable.rst diff --git a/docs/source/references/coral/cluster_mgmt/scalability/python/install/pip.rst b/docs/source/references/coral/cluster_mgmt/scalability/python/install/pip.rst deleted file mode 100644 index 344b7e7c4..000000000 --- a/docs/source/references/coral/cluster_mgmt/scalability/python/install/pip.rst +++ /dev/null @@ -1,22 +0,0 @@ -Using pip -========= - -A alternative method for installing the Python dependencies is using ``pip``. - -#. Download ``pip`` using one of the following methods: - - #. ``pip`` is provided in the EPEL repo as: ``python2-pip`` - - #. Follow the instructions to install from here: https://pip.pypa.io/en/stable/installing/ - -#. Use ``pip`` to install the following Python libraries: :: - - pip install gevent docopt requests paramiko scp - - -#. Install ``xCAT-openbmc-py`` using ``rpm`` with ``--nodeps``: :: - - cd xcat-core - rpm -ihv xCAT-openbmc-py*.rpm --nodeps - -