JohnDoee / autotorrent2

Cross-seed matching and torrent lifecycle tool
https://johndoee.github.io/autotorrent2/
MIT License
151 stars 12 forks source link

No upgrade instructions are provided in the README.md #10

Open newadventure079 opened 2 years ago

newadventure079 commented 2 years ago

There's install instructions, but no upgrade instructions

Jerrk commented 2 years ago

something along the lines of ~/.autotorrent2/bin/pip install autotorrent2==1.2.2

not sure why i have to specify the version but just trying to install without the version tag will not update.

newadventure079 commented 2 years ago

I have to do ~/.autotorrent/bin/pip uninstall autotorrent2 followed by ~/.autotorrent/bin/pip install autotorrent2

The command ~/.autotorrent2/bin/pip install autotorrent2==1.2.2 installed 1.2.0. I couldn't get 1.2.2 until I ran the uninstall/install command