Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.

Updated readme: Python >= 3.2 #2

Merged
merged 1 commit into from
May 28, 2013
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ranwhen is a Python script that graphically shows **in your terminal** when your
# Requirements

* *nix system with [last(1)](http://linux.die.net/man/1/last) installed and supporting the -R and -F flags
* [Python 3](http://www.python.org/)
* [Python >= 3.2](http://www.python.org/)
* Terminal emulator with support for Unicode and xterm's 256 color mode

The above requirements should be fulfilled by default on the majority of modern Linux distributions, where the only thing that needs to be done is usually to install Python 3.
Expand Down
2 changes: 1 addition & 1 deletion ranwhen.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Requirements:
# - *nix system with last(1) installed and supporting the -R and -F flags
# - Python 3
# - Python >= 3.2
# - Terminal emulator with support for Unicode and xterm's 256 color mode
#
#
Expand Down