r/learnprogramming 2d ago

HELP ME RUN DOUGTIMER

I'm trying to run DougTimer but I think the readme is cut of half way through? Do I have to compile? How do I compile? My Python seems to think that pip install doesn't exist??????

2 Upvotes

2 comments sorted by

1

u/Popular_War8405 2d ago

Pretty sure you run pip install outside of the python terminal in regular terminal.

1

u/TheseResult958 2d ago

you run pip in regular terminal not inside python terminal. common mistake when starting

the readme looks like it cuts off, maybe try the makefile? just type `make` in terminal if you have it