From b9b8521b8aca15ad3ddbc7f092bc565ad36d5c13 Mon Sep 17 00:00:00 2001 From: Blake DeMarcy Date: Wed, 6 Sep 2017 17:05:19 -0500 Subject: [PATCH] add compat notes for python3.4 --- README.md | 1 + docs/docs/index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a624b81..a27f519 100644 --- a/README.md +++ b/README.md @@ -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)

Look Ma, it boots !!11!

diff --git a/docs/docs/index.md b/docs/docs/index.md index 9bfe8a9..78b260d 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -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).