Quote:
Originally Posted by American_Desi
OK, thanks for the help so far. Sorry for seeming dense, but this is all new to me. I installed Python and then installed Homebrew using the paste to terminal option. I'm actually not at all familiar with chocolatey.
So, I understand that the next step is to install something called pyqt4 using Homebrew.
So... how do I do that, exactly?
|
You open the terminal and enter:
brew install pyqt
After that you go to the folder where you unzipped comictagger to and enter in the terminal:
pip install -r requirements.txt
Now comictagger can be started. You can try to just click on comictagger.py. If this doesn't work, enter the terminal again and type:
python comictagger.py
You can put that into a batch file, so that you don't have to enter the terminal every time you want to use comictagger.