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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ For more information see the tutorial [How to Publish an Open-Source Python Pack
8
8
9
9
You can install the Real Python Feed Reader from [PyPI](https://pypi.org/project/realpython-reader/):
10
10
11
-
pip install realpython-reader
11
+
python -m pip install realpython-reader
12
12
13
-
The reader is supported on Python 2.7, as well as Python 3.4 and above.
13
+
The reader is supported on Python 3.7 and above. Older versions of Python, including Python 2.7, are supported by version 1.0.0 of the reader.
14
14
15
15
## How to use
16
16
17
-
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:
17
+
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/), call the program without any arguments:
18
18
19
19
$ realpython
20
20
The latest tutorials from Real Python (https://realpython.com/)
@@ -62,4 +62,3 @@ You can also call the Real Python Feed Reader in your own Python code, by import
62
62
>>> from reader import feed
63
63
>>> feed.get_titles()
64
64
['How to Publish an Open-Source Python Package to PyPI', ...]
0 commit comments