python -m venv venv source venv/bin/activate # для Linux/Mac venv\Scripts\activate # для Windows pip install -r requirements.txt venv\scripts\activate там уже установлены все зависимости после ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.