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: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ pyvenv.cfg
MANIFEST
venv/
.venv/
private.key
public.key

# path for the test lib.
plex/
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Installation & Documentation
.. code-block:: python

pip install plexapi[alert] # Install with dependencies required for plexapi.alert
pip install plexapi[jwt] # Install with dependencies required for Plex JWT authentication

Documentation_ can be found at Read the Docs.

Expand Down
Loading