When I try to install inltk package using
`pip install torch==1.4.0+cpu torchvision==0.5.0+cpu -f https://download.pytorch.org/whl/torch_stable.html`
it runs but when i try using pipenv it doesnot runs.
When i run
`pipenv install torch==1.4.0+cpu torchvision==0.5.0+cpu -f https://download.pytorch.org/whl/torch_stable.html`
it does not runs and throw error saying -f parsing error.
What should I do to run the pip command using pipenv so that the dependencies are installed on my virtual environment and not on the system.
Thank you and sorry for any grammatical mistakes.