Skip to content

Commit 6d68f79

Browse files
committed
Update README.md
Added note to run script in case pipenv is not working for you.
1 parent 62dce8a commit 6d68f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ From root directory:
1414
1. Click on the **Link/Embed** link for the episode
1515
1. Copy the last number in the "Libsyn Directory URL"
1616
1. Add it to `_sitegen/directory_ids.csv` with the episode number in front.
17-
1. Run `pipenv run _sitegen/generate.py`
17+
1. Run `pipenv run _sitegen/generate.py` Note: if this isn't working for you, try using `python3 _sitegen/generate.py`
1818
1. Review changes with `git diff` or equivalent. Commit. Push.

0 commit comments

Comments
 (0)