Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 352 Bytes

INSTALL.md

File metadata and controls

21 lines (13 loc) · 352 Bytes

CentOS 6

Install the following packages with yum:

yum install -y
python-pip
python-devel
openssl-devel
libffi-devel
python-argparse

Use PIP to install the jarviceclient from PyPI

Install locally with --user

pip install --user jarviceclient

Install globally with sudo

sudo pip install jarviceclient