editorconfig / editorconfig-gedit

EditorConfig plugin for Gedit
http://editorconfig.org
Other
54 stars 13 forks source link

Missing instructions on how to install the core library #10

Closed bmispelon closed 8 years ago

bmispelon commented 8 years ago

The installation sections says:

First, make sure the core EditorConfig Python library is installed on your machine.

However, it is unclear to me which library we're talking about, or how I should proceed to install it on my machine (should I use an OS package, install globally with pip, or just for my user, ...?).

xuhdev commented 8 years ago

I've added a link to the EditorConfig Python Core library in README, which should lead you to the installation instruction of the core library. You can either install it globally or for yourself or the OS package: it is just like other Python libraries.

bmispelon commented 8 years ago

Perfect, thanks for responding so quickly! :sparkles: