Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 596 Bytes

File metadata and controls

20 lines (13 loc) · 596 Bytes

Installation

Before running any of these examples, you need to first install the 'xows' package on your local machine.

To add the 'xows' package to your environment, type:

Note: by default, the commands below adds the 'xows' package (e.g. xows-1.0.2-py3.7.egg) to the site packages of the current user. Use the following command to install the package for another user python setup.py install [--user]

git clone https://github.com/cisco-ce/pyxows
cd pyxows
python setup.py install

To check the 'xows' package is installed on your machine, type:

pip show xows