2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 13:21:12 +00:00

Merge pull request #5273 from whowutwut/remove_pip_doc

Remove pip instructions, recommend using the RPM instructions for xCAT-Openbmc-py
This commit is contained in:
Mark Gurevich
2018-05-31 16:25:57 -04:00
committed by GitHub
2 changed files with 0 additions and 23 deletions

View File

@@ -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

View File

@@ -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