Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bdd7501

Browse files
authored
Merge pull request #91 from PyCampES/progress
Nicer `make progress` using `potodo`
2 parents 44820b3 + cce0e1a commit bdd7501

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ clean:
206206

207207
.PHONY: progress
208208
progress: venv
209-
$(VENV)/bin/python scripts/print_percentage.py
209+
$(VENV)/bin/potodo --offline --path tutorial/

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Sphinx==2.2.0
22
blurb
33
polib
44
pospell
5+
potodo
56
powrap
67
python-docs-theme
78
setuptools

0 commit comments

Comments
 (0)