The first thing to do is to clone the repository
Download python click and download
git clone https://github.com/Ziyodulla-Abdukarimov/Learn-English.git
cd Learn-EnglishCreate a virtual environment to install dependencies in and activate it:
pip install pipenv
pipenv shellThen install the dependencies:
pip install -r requirements.txtOnce pip has finished downloading the dependencies:
cd project
python manage.py runserverAnd navigate to http://127.0.0.1:8000/.
