So, Im trying to install Beets on windows. I already installed Python on my computer but I just don't get how to proceed from now on. Maybe someone can explain to me what I have to do in a step-by-step guide? And yes, Im a complete newbie to Python
Hello! Maybe you can start by describing what wasn't clear about our existing guide for installing on Windows?
http://docs.beets.io/en/v1.4.6/guides/main.html#installing-on-windows

This is the error I get every time. The console I'm using is the Python3.6(32-bit).exe
and I also installed pip double-clicking the get-pip.py file
I believe you need to launch pip from the base line command prompt, not from the python command line. Try opening a cmd.exe window then running pip install beets
Yea, thank you!
Most helpful comment
I believe you need to launch pip from the base line command prompt, not from the python command line. Try opening a cmd.exe window then running
pip install beets