Installation ============ Stable release -------------- To install `ytb_downloader`, run this command in your terminal: .. code-block:: console $ pip install ytb_downloader This is the preferred method to install `ytb_downloader`, as it will always install the most recent stable release. From sources ------------ The sources for `ytb_downloader` can be downloaded from the `Github repo `_. You can either clone the public repository: .. code-block:: console $ git clone https://github.com/zhiwei2017/ytb_downloader.git Once you have a copy of the source, you can install it with: .. code-block:: console $ poetry install or .. code-block:: console $ pip install .