Install Python dependencies with Pipenv

preview_player
Показать описание
Steps to install dependency using Pipenv

1. Create a project from any Python template.
2. Open terminal and type `pipenv install "package_name"`, replace "package_name" with a name of Python dependency that you want to install.
3. For example, let’s install the requests Python module with the following command:
...
Рекомендации по теме
Комментарии
Автор

installed dependency but unable to import it... I tried qiskit

vandit_quantum
welcome to shbcf.ru