##  Under Linux

# Pre-requisites
Please refer to requirements.txt for dependencies that need to be pre-installed for apt-offline. Note: If using a package from your distribution, manual installation of dependencies should not be required

# To build
python setup.py build

# To Install (You might need to be root)
python setup.py install

## Under Microsoft Windows

# Execute the file using the python interpreter
# Assuming python.exe is in your path

# To build
C:\> python setup.py build

# To install
C:\> python setup.py install
