diff options
| author | Simeon Simeonov | 2020-04-10 23:49:17 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2020-04-10 23:49:17 +0200 |
| commit | 54acd3738d5f1101c90a531b85b21659f9f5867d (patch) | |
| tree | b131fb12f35a17998cc63e0b22e814670719518d | |
| parent | 1a5e60fc1069d39db1b0935f4ac8e4cace83fb76 (diff) | |
Update Changelog and INSTALL.md for version 4.0v4.0
| -rw-r--r-- | Changelog | 4 | ||||
| -rw-r--r-- | INSTALL.md | 6 |
2 files changed, 8 insertions, 2 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | v4.0: | ||
| 2 | - remove Python 2 support | ||
| 3 | - cleanup the code and the documentation | ||
| 4 | |||
| 1 | v3.0: | 5 | v3.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 |
| @@ -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 |
