<!-- Hi there! Thank you for submitting a feature request! Before you submit your issue, please review and follow the instructions at https://python-poetry.org/docs/contributing/#suggesting-enhancements. --> <!-- All the below steps should be completed before submitting your issue. Checked checkbox should look like this: [x] --> - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [FAQ](https://python-poetry.org/docs/faq/) and general [documentation](https://python-poetry.org/docs/) and believe that my question is not already covered. ## Feature Request <!-- Now feel free to write your issue, and please be as descriptive as possible! --> <!-- Thanks again 🙌 ❤ --> I do this with pip: ```bash pip3 install torch --index-url https://download.pytorch.org/whl/cpu ``` I can't find an equivalent in `poetry`. Suggestion: ```bash poetry add torch --index-url https://download.pytorch.org/whl/cpu ```
Feature Request
I do this with pip:
I can't find an equivalent in
poetry. Suggestion: