X0R0X / cli-torrent-dl

CLI utility to search and download torrents from major torrent sites
Other
121 stars 11 forks source link

virtualenv #37

Closed gingamann closed 2 months ago

gingamann commented 6 months ago

As a requisite, need to have installed python3 & python3-virtualenv.

Took a bit for me to get there, but easier to have it as an additional requisite.... i.e.

Prerequisites

Python 3.8+
python3-virtualenv
X0R0X commented 2 months ago

Added :) , thanks and sorry for your lost time

manicExpressive commented 1 month ago

I was installing on Ubuntu for the first time and this helped me realize I needed to do a quick sudo apt install python3-virtualenv to get my installation moving, thanks!