first of all create a virtual venv:
> py -m venv .venv
after that enable the venv:
> .venv\scripts\activate.ps1
or
> .venv\scripts\activate.bat
then install the requerements:
> py -m pip install -r requirements.txt
every project has it's own inexes and they are written with jupyter. THANKS :)