Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Antergos/whither

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whither

PyPI  Codacy grade  Python Versions

Universal Linux Application SDK - Create once. Run everywhere.

Install It

Distro Packages

Distro Install Command/Links
antergos sudo pacman -S python-whither
arch yaourt -S python-whither
fedora dnf copr enable antergos/python3-whither
openSUSE 1 Click Install
ubuntu OBS Repo

From Source

Dependencies

antergos    arch ubuntu fedora openSUSE
pyqt5 python-pyqt5 python3-pyqt5 python3-qt5 python3-qt5
qt5-webengine qt5-webengine libqt5webengine5 qt5-qtwebengine libqt5-qtwebengine

NOTE: These instructions are for the master branch. To build the latest release, please see the stable branch.

Use pip

sudo pip install whither

Download & Install

git clone https://github.com/Antergos/whither.git /tmp/whither
cd /tmp/whither
sudo python setup.py install