-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install multiple extra dependencies using the square brackets method in one pip install command. #8940
Comments
yes |
Not sure if I should create a separate issue for that, but: before the new resolver it was possible to run something like
, whereas |
This is known, see #8785. |
Hi,
The following codes are the content of extras_require section of setup.py for pymatgen.
So, if I want to install all of these extra dependencies with one run of pip, can I use the following command to do the trick:
Regards,
HY
The text was updated successfully, but these errors were encountered: