summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog4
-rw-r--r--INSTALL.md6
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 @@
1v4.0:
2 - remove Python 2 support
3 - cleanup the code and the documentation
4
1v3.0: 5v3.0:
2 - remove the TwistedWeb dependency and rewrite the beinc_server.py 6 - remove the TwistedWeb dependency and rewrite the beinc_server.py
3 in pure Python 7 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!
22 22
23### FreeBSD 12 23### FreeBSD 12
24 24
25# cd /usr/ports/devel/py-notify 25 ```bash
26# make install clean 26 cd /usr/ports/devel/py-notify
27 make install clean
28 ```
27 29
28 30
29### Intallation using virtualenv and pip 31### Intallation using virtualenv and pip