Skip to content

Commit 075e2ec

Browse files
committed
add installation guide
1 parent b5af9df commit 075e2ec

File tree

3 files changed

+157
-142
lines changed

3 files changed

+157
-142
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ By utilizing a global registry and vtables, this library allows you to:
1010

1111
-----
1212

13+
## Installation
14+
15+
To use this library in your Mojo project using [pixi](https://prefix.dev/), you need to configure your project manifest `pixi.toml`.
16+
17+
```toml
18+
[workspace]
19+
# ... other workspace config
20+
preview = ["pixi-build"]
21+
22+
[dependencies]
23+
# ... other dependencies
24+
interface = { git = "https://github.com/YichengDWu/interface.git" }
25+
26+
-----
27+
1328
## Core Concepts
1429

1530
To bridge Mojo's static typing with runtime dynamism, we use four key components:

0 commit comments

Comments
 (0)