Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion chapter9_nasa_image_downloader/README
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,13 @@ You also need requests:

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

pip install requests
pip install requests

Finally, you will need pubsub:

https://pypi.org/project/PyPubSub

pip install pypubsub

In python 3.x environments (like Ubuntu 20.04), use 'pip3' instead of 'pip'
in the above.