Installing configobj for python 2.7

El Duderino picture El Duderino · Dec 17, 2012 · Viewed 11.3k times · Source

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!

Answer

Jicksy John picture Jicksy John · Feb 27, 2014
pip install configobj

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