Search code examples
pythonconfigobj

Installing configobj for python 2.7


I'm sorry, I'm a Python scrub and I just wanted to make sure that I'm installing this library the right way.

I'm trying to get configObj installed for Python 2.7

Should I just browse to the directory the unzip is in and python.exe setup.py? If I do that will it install to the correct place? I know that seems basic but I don't work a lot with python so I just wanted to make sure since this library doesn't appear to have a windows msi. Thanks!


Solution

  • pip install configobj
    

    Tt's the same for Linux versions also, provided you have pip.