You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the repository for the Modular community channel! This conda-based [Prefix.dev](http://Prefix.dev) channel allows Modular community members to distribute their packages built with MAX and Mojo via Magic 🪄
4
-
5
-
We’re currently running an Early Access Program, and we’d love for you to join the fun! Whether you want to install packages, contribute your own, or review creations from fellow community members, it’s easy to get started. Simply [join our forum](https://forum.modular.com/t/community-channel-early-access/213) and [opt in](https://forum.modular.com/t/community-channel-early-access/213) – you'll receive a DM shortly with more info.
3
+
Welcome to the repository for the Modular community channel! This conda-based [Prefix.dev](http://Prefix.dev) channel allows Modular community members to distribute their packages built with MAX and Mojo via Pixi 🪄
6
4
7
5
## Installing a package
8
6
9
-
### Add the Modular community channel to your `mojoproject.toml` file
7
+
### Add the Modular community channel to your `pixi.toml` file
10
8
11
-
Before you can install a community package, you’ll need to add the Modular community channel to your `mojoproject.toml` or `pixi.toml` file.
9
+
Before you can install a community package, you’ll need to add the Modular community channel to your `pixi.toml` file.
12
10
13
-
Add the Modular community channel (https://repo.prefix.dev/modular-community) to your `mojoproject.toml` file or `pixi.toml file` in the channels section:
11
+
Add the Modular community channel (https://repo.prefix.dev/modular-community) to your `pixi.toml file` in the channels section:
To install a package from the Modular community channel, simply enter the following in the command line:
34
32
```
35
-
magic add <name of the package.
33
+
pixi add <name of the package.
36
34
```
37
35
38
36
That’s it! Your package is installed. To double-check that the correct package has been installed, run:
39
37
```
40
-
magic list
38
+
pixi list
41
39
```
42
40
This command will list all packages installed in your project.
43
41
@@ -47,5 +45,3 @@ To submit your package to the Modular community channel, you’ll need to:
47
45
1. Fork the Modular community channel GitHub repository
48
46
2. Add a folder to the `/recipes` folder. Give it the same name as your package.
49
47
3. In the folder for your package, include a rattler-build recipe file named `recipe.yaml` and a file that includes tests for your package.
50
-
51
-
Before submitting a package, please [join the early access program](https://forum.modular.com/t/getting-started-with-community-packages/219) to get access to the full instructions and guidelines (plus, you'll get swag!).
0 commit comments