-
download python: https://www.microsoft.com/store/productId/9P7QFQMJRFP7
-
open cmd
-
write: python -m pip install Django
-
check django: python -m django --version
-
go to project directory: cd path/to/project
-
install packages: https://aka.ms/vs/16/release/vc_redist.x64.exe pip install --upgrade pip pip install wheel pip install nltk pip install yake pip install flashtext==2.7 pip install transformers==4.9.0 pip install sentencepiece==0.1.96 pip install pytorch-lightning==1.3.8 pip install torchtext==0.10.0
-
run server: python manage.py runserver
-
open browser and go to localhost: http://127.0.0.1:8000/
Additional info: First time execution might take several minutes to generate a question due to downloading process.