View Single Post
Old 06-23-2017, 06:21 AM   #21
dickloraine
Guru
dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.dickloraine ought to be getting tired of karma fortunes by now.
 
Posts: 631
Karma: 7544528
Join Date: Apr 2013
Location: Berlin
Device: PRS 350, Kobo Aura
Quote:
Originally Posted by American_Desi View Post
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.
dickloraine is offline   Reply With Quote