add compat notes for python3.4
parent
ab8d530677
commit
b9b8521b8a
|
@ -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>
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue