add compat notes for python3.4

This commit is contained in:
Blake DeMarcy 2017-09-06 17:05:19 -05:00
parent ab8d530677
commit b9b8521b8a
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
BBJ is a trivial collection of python scripts and database queries that
miraculously shit out a fully functional, text-driven community bulletin board.
Requires Python 3.4 and up for the server and the official TUI client (clients/urwid/).
![AAAAAAAAAAAAAAAAAAAA](readme.png)
<center><h2>Look Ma, it boots !!11!</h2></center>

View File

@ -1,6 +1,6 @@
# Bulletin Butter & Jelly
## A simple community textboard
### BBJ is a trivial collection of python scripts and database queries that miraculously shit out a fully functional client-server textboard.
### BBJ is a trivial collection of python scripts and database queries that miraculously shit out a fully functional client-server textboard with Python 3.4+
See also: the [GitHub repository](https://github.com/desvox/bbj).