Domanda

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!

È stato utile?

Soluzione

pip install configobj

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

Altri suggerimenti

Following the link provided by Tibo, I installed this library with pip install configobj. You can get pip on windows, following this post.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top