From 780546760a1e3dfe4d7e5e059ab964dc02bf8d8e Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Thu, 31 May 2018 15:46:38 -0400 Subject: [PATCH] Remove pip instructions, causes more headaches than good using pip --- .../scalability/python/install/index.rst | 1 - .../scalability/python/install/pip.rst | 22 ------------------- 2 files changed, 23 deletions(-) delete mode 100644 docs/source/references/coral/cluster_mgmt/scalability/python/install/pip.rst 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 - -