You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,18 @@
1
1
# Real Python Feed Reader
2
2
3
-
The Real Python Feed Reader is a very simple[web feed](https://en.wikipedia.org/wiki/Web_feed) reader that can download the latest Real Python tutorials from the [Real Python feed](https://realpython.com/contact/#rss-atom-feed).
3
+
The Real Python Feed Reader is a basic[web feed](https://en.wikipedia.org/wiki/Web_feed) reader that can download the latest Real Python tutorials from the [Real Python feed](https://realpython.com/contact/#rss-atom-feed).
4
4
5
5
## Installation
6
6
7
7
You can install the Real Python Feed Reader from [PyPI](https://pypi.org/project/realpython-reader/):
8
8
9
-
pip install realypython-reader
9
+
pip install realpython-reader
10
+
11
+
The reader is supported on Python 2.7, as well as Python 3.4 and above.
10
12
11
13
## How to use
12
14
13
-
The Real Python Feed Reader is a command line application. To see a list of the [latest Real Python tutorials](https://realpython.com/) simply call the program:
15
+
The Real Python Feed Reader is a command line application, named `realpython`. To see a list of the [latest Real Python tutorials](https://realpython.com/) simply call the program:
14
16
15
17
$ realpython
16
18
The latest tutorials from Real Python (https://realpython.com/)
0 commit comments