From 8a45d716559b7bf17633754ae811b44edfbbd796 Mon Sep 17 00:00:00 2001 From: shayaa <101264710+Vxrtrauter@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:48:51 +0100 Subject: [PATCH] Revise README for clarity and format changes Updated README to clarify usage instructions and dependencies format. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c068a36..1c4d1b1 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,12 @@ SoftwareManager is a Python-based GUI tool that simplifies searching and downloa ## Additional Information - SoftwareManager is still in Development and most likely contains issues. Please report any bugs you find via the Issues tab. Contributions are also greatly appreciated. - MacOS Builds haven't been properly tested - We're thankful to receive feedback. -- This tool is for educational purposes only. Use it responsibly. - If you want to host your own server, clone the server branch of this repo, enter your cookie for rutracker.org and run server.py. Detailed Instructions on how to get your rutracker cookie are in the README of the server branch. ## Python Dependencies (also included in requirements.txt) - ```yml + ```bash requests (2.32.2) PySide6 (6.10.1) beautifulsoup (44.13.5)