Skip to content

Fast installation script #1071

@inimaz

Description

@inimaz

Is your feature request related to a problem? Please describe.
The CLI could potentially be used by non-python users to monitor something in their machines. BUT they still need to:

  • install python
  • setup the venv, setup pip or uv or both
  • then install codecarbon package.

Describe the solution you'd like
A install.sh script to be run by the end user.
For inspiration see the uv fast install https://docs.astral.sh/uv/getting-started/installation/#standalone-installer.

I see 2 steps for this:

  1. Create a .sh script (start with Linux, we can do a .ps1 version later)
  2. Host this script in our codecarbon.io page so people can run directly
curl -LsSf https://codecarbon.io/somefolder/install.sh | sh

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions