-
-
Notifications
You must be signed in to change notification settings - Fork 244
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
- Create a
.shscript (start with Linux, we can do a .ps1 version later) - Host this script in our codecarbon.io page so people can run directly
curl -LsSf https://codecarbon.io/somefolder/install.sh | sh
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request