Metadata-Version: 2.4
Name: openedx-nex-tutor
Version: 20.0.5
Summary: Nex Chat widget integration for Open edX Tutor v20 deployments
License-Expression: MIT
Keywords: tutor,openedx,plugin,nex-chat,mfe
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: tutor<21,>=20
Requires-Dist: tutor-mfe<21,>=20

# openedx-nex-tutor

`openedx-nex-tutor` installs the Nex Chat learner widget into Open edX Tutor v20 deployments.

## Compatibility

- Open edX Tutor 20.x
- Tutor MFE 20.x
- Python 3.8 or later

## Release

Version `20.0.4` is the current Tutor v20 package release.

## Install

```bash
python -m pip install openedx-nex-tutor==20.0.4
tutor plugins enable mfe
tutor plugins enable nex-chat
tutor config save
```

Rebuild the LMS and MFE images after installing or upgrading the package.
