Skip to content

Commit c097c26

Browse files
authored
Merge pull request #29 from slogan621/master
add requirement for pypubsub, and small blurb abount pip3
2 parents baa6c0b + 6eaab39 commit c097c26

File tree

1 file changed

+10
-1
lines changed
  • chapter9_nasa_image_downloader

1 file changed

+10
-1
lines changed

chapter9_nasa_image_downloader/README

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,13 @@ You also need requests:
88

99
https://pypi.org/project/requests/
1010

11-
pip install requests
11+
pip install requests
12+
13+
Finally, you will need pubsub:
14+
15+
https://pypi.org/project/PyPubSub
16+
17+
pip install pypubsub
18+
19+
In python 3.x environments (like Ubuntu 20.04), use 'pip3' instead of 'pip'
20+
in the above.

0 commit comments

Comments
 (0)