Installing PACKMAN

INSTALLATION

  1. Installing with pip (Recommended):

    pip install py-packman
    #OR
    #python -m pip install py-packman
    
  2. Installing from source:

    git clone https://github.com/Pranavkhade/PACKMAN
    cd PACKMAN
    python setup.py install