Skip to content
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

Add an automatic pip environment #14

Open
Yoshanuikabundi opened this issue Jul 25, 2023 · 0 comments
Open

Add an automatic pip environment #14

Yoshanuikabundi opened this issue Jul 25, 2023 · 0 comments

Comments

@Yoshanuikabundi
Copy link
Owner

There should be a special environment called "pip" that installs Pip and the earliest NEP29-compatible minor version of Python via conda-forge, and then installs the local package and its dependencies via PIP (with the existing code). This way, users can use SOAP with any project that conforms to modern Python packaging standards without writing a Conda environment. This environment would basically be equivalent to:

soap.toml:

[envs]
pip = "pip-env.yml"

pip-env.yml:

channels: 
 - conda-forge
dependencies:
 - python=3.9
 - pip

If no environments are specified by the user, the pip environment could be used as the default environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant