Welcome to the repository for the Modular community channel! This conda-based Prefix.dev channel allows Modular community members to distribute their packages built with the Modular stack.
pixi.toml fileBefore you can install a community package, you’ll need to add the Modular community channel to your pixi.toml file.
Add the Modular community channel (https://repo.prefix.dev/modular-community) to your pixi.toml file in the channels section:
# pixi.toml
[project]
channels = ["conda-forge", "https://conda.modular.com/max", "https://repo.prefix.dev/modular-community"]
description = "Add a short description here"
name = "my-mojo-project"
platforms = ["osx-arm64"]
version = "0.1.0"
[tasks]
[dependencies]
max = ">=25.4.0"
To install a package from the Modular community channel, simply enter the following in the command line:
pixi add <name of the package.
That’s it! Your package is installed. To double-check that the correct package has been installed, run:
pixi list
This command will list all packages installed in your project.
To submit your package to the Modular community channel, you’ll need to:
/recipes folder. Give it the same name as your package.recipe.yaml and a file that includes tests for your package.(top 30 of 36)
Hacker News (1)
Mojo
77.0%
Python
22.3%
Welcome to the repository for the Modular community channel! This conda-based Prefix.dev channel allows Modular community members to distribute their packages built with the Modular stack.
pixi.toml fileBefore you can install a community package, you’ll need to add the Modular community channel to your pixi.toml file.
Add the Modular community channel (https://repo.prefix.dev/modular-community) to your pixi.toml file in the channels section:
# pixi.toml
[project]
channels = ["conda-forge", "https://conda.modular.com/max", "https://repo.prefix.dev/modular-community"]
description = "Add a short description here"
name = "my-mojo-project"
platforms = ["osx-arm64"]
version = "0.1.0"
[tasks]
[dependencies]
max = ">=25.4.0"
To install a package from the Modular community channel, simply enter the following in the command line:
pixi add <name of the package.
That’s it! Your package is installed. To double-check that the correct package has been installed, run:
pixi list
This command will list all packages installed in your project.
To submit your package to the Modular community channel, you’ll need to:
/recipes folder. Give it the same name as your package.recipe.yaml and a file that includes tests for your package.Hacker News (1)
(top 30 of 36)
Mojo
77.0%
Python
22.3%