/LBRYOfAlexandria

Linux Desktop Client for the LBRY Blockchain

Primary LanguagePythonMIT LicenseMIT

LBRY of Alexandria (alpha)

A PyQt app for viewing content on the LBRY blockchain

Installation Instructions

Install the LBRY SDK
Download this repo
git clone https://github.com/argosopentech/LBRYOfAlexandria.git
cd LBRYOfAlexandria
Create Virtualenv (Optional)
virtualenv env
source env/bin/activate
Install dependencies
pip install -r requirements.txt
Run
python lbryofalex.py

Credits

Based on lbrytools