Getting started
Documentation
For Authors
Note: This is an Unofficial Community Project
LearnHub is available at the GitHub repository
Follow these steps to install and start using LearnHub.
git clone https://github.com/DebadityaPal/learn-hub cd learn-hub pip install -e .
If you want to upgrade your current installation of LearnHub, follow these steps.
cd learn-hub git pull origin main