From 54acd3738d5f1101c90a531b85b21659f9f5867d Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Fri, 10 Apr 2020 23:49:17 +0200 Subject: Update Changelog and INSTALL.md for version 4.0 --- Changelog | 4 ++++ INSTALL.md | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 7da19a3..f1a8bd8 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +v4.0: + - remove Python 2 support + - cleanup the code and the documentation + v3.0: - remove the TwistedWeb dependency and rewrite the beinc_server.py in pure Python diff --git a/INSTALL.md b/INSTALL.md index 15bcb35..63469c5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -22,8 +22,10 @@ and their software requirements! ### FreeBSD 12 -# cd /usr/ports/devel/py-notify -# make install clean + ```bash + cd /usr/ports/devel/py-notify + make install clean + ``` ### Intallation using virtualenv and pip -- cgit v1.3