Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ conda install -c conda-forge composeml
**Update checker** - Receive automatic notifications of new Compose releases

```
python -m pip install composeml[update_checker]
python -m pip install "composeml[update_checker]"
```

## Example
Expand Down
12 changes: 12 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ To install from PyPI_, run this command:

pip install composeml

Add-ons
-------

Update checker
~~~~~~~~~~~~~~

Receive automatic notifications of new Compose releases

.. code-block::

python -m pip install "composeml[update_checker]"

conda
=====

Expand Down
2 changes: 1 addition & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Release Notes
**Future Release**
* Enhancements
* Add ``maximum_data`` parameter to control when a search should stop (:pr:`216`)
* Add optional automatic update checker (:pr:`223`, :pr:`229`)
* Add optional automatic update checker (:pr:`223`, :pr:`229`, :pr:`232`)
* Fixes
* Documentation Changes
* Update doc tutorials to the latest API changes (:pr:`227`)
Expand Down