persepolisdm / persepolis

Persepolis is a download manager written in Python.
https://persepolisdm.github.io
GNU General Public License v3.0
6.29k stars 653 forks source link

How to install Persepolis in SolusOS #623

Closed Pakrohk closed 5 years ago

Pakrohk commented 5 years ago

Can install from source very easily:

sudo eopkg install git aria2 libnotify python3-qt5 qt5-svg python-requests python-setproctitle python-setuptools sound-theme-freedesktop python-psutil youtube-dl
cd ~/
git clone https://github.com/persepolisdm/persepolis.git
cd persepolis
sudo python3 setup.py install

Enjoy.

Note: You can remove the persepolis folder in your home drive once installed.

JafarAkhondali commented 5 years ago

Thanks @APakrohk , Perhaps it's better to add this to wiki and create a PR.