Skip to content

Commit

Permalink
minor changes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
idcrook committed Sep 30, 2020
1 parent 919e8ed commit e497b12
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ OctoPrint-EmailNotifier

**UPDATE** *2020-Sep-30*: Version 0.2.0 updated **with python3 support**

- Tested on OctoPrint 1.4.x
- Tested on OctoPrint `1.4.x`

- For python2 support, along with `keyring` (`18.0.1`), also need to go with `keyrings.alt` (`3.1.1`\)
For python2 support, see below for compatible `keyring` packages.

---

Expand All @@ -22,17 +22,6 @@ Forked from
Installation
------------

If on Raspberry Pi, when you \[Send a test email\] you encounter this error:

ImportError: libxslt.so.1: cannot open shared object file: No such file or directory



```console
$ sudo apt install libxslt-dev
# on later systems, if that does not work # $ sudo apt install libxslt1-dev
```

**IMPORTANT**: On python2-based versions of OctoPrint, including 1.3.x, before attempting to install this plugin, first install python2-compatible version of some modules:

```console
Expand Down Expand Up @@ -66,6 +55,22 @@ To use yagmail (and thus OctoPrint-EmailNotifier) with Gmail, you may need to [a
- Serverport: `587`
- [X] Use TLS

Troubleshooting
---------------

If on Raspberry Pi, when you try to \[Send a test email\] and you encounter this error:

```
ImportError: libxslt.so.1: cannot open shared object file: No such file or directory
```

Install the system library:

```console
$ sudo apt install libxslt-dev
# on later systems, if that does not work # $ sudo apt install libxslt1-dev
```

Acknowledgements
----------------

Expand Down

0 comments on commit e497b12

Please sign in to comment.