YouTubeDownloader
v1.1.2
YouTube content downloader
Loading...
Searching...
No Matches
get_package_list.bat
Go to the documentation of this file.
1
:: "get_package_list.bat"
2
:: get file with installed packages
3
4
@echo off
5
6
set ENV_PATH=..\..\.venv
7
set PY_PATH=%ENV_PATH%\Scripts\python
8
set PACKAGE_FILE=installed_packages.txt
9
10
%PY_PATH% -m pip freeze > %PACKAGE_FILE%
11
12
::pause
Installation
get_package_list.bat
Generated on Wed May 21 2025 12:35:17 for YouTubeDownloader by
1.12.0