Note: This is an Unofficial Community Project

Installing

LearnHub is available at the GitHub repository

Install

Follow these steps to install and start using LearnHub.

git clone https://github.com/DebadityaPal/learn-hub
cd learn-hub
pip install -e .

Upgrade

If you want to upgrade your current installation of LearnHub, follow these steps.

cd learn-hub
git pull origin main