Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 800 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 800 Bytes

tvnotipy

PyPI - Version PyPI - Python Version


Table of Contents

Installation

From PyPI

pip install tvnotipy

use pipx to install into a virtual env, if your operating system does not allow systemwide installations:

pipx install tvnotipy

From source

git clone https://github.com/laszloszurok/tvnotipy
cd tvnotipy
python -m build
pipx install dist/tvnotipy-0.0.1-py3-none-any.whl

License

tvnotipy is distributed under the terms of the MIT license.