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

Mention the casadi conda package in the docs #11

Open
alvgaona opened this issue Nov 17, 2024 · 0 comments
Open

Mention the casadi conda package in the docs #11

alvgaona opened this issue Nov 17, 2024 · 0 comments

Comments

@alvgaona
Copy link

Current Situation

The documentation currently doesn't mention the availability of CasADi through conda-forge channels, which provides a convenient installation method for both Python and C++ users.

Proposed Addition

I suggest adding information about installing CasADi through conda-forge to the installation documentation. The conda-forge package offers several advantages:

  • No need to build from source for C++ projects
  • Avoid system-level installation
  • Compatible with modern package managers (pixi, mamba)
  • Simplified dependency management
  • Cross-platform compatibility

Example Installation Commands

conda install -c conda-forge casadi
# or
mamba install -c conda-forge casadi
# or
pixi add casadi

This addition would make the documentation more complete and provide users with all available installation options.

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