Skip to content

Commit e9d49da

Browse files
authored
Create README.md
1 parent e779a85 commit e9d49da

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<picture>
2+
<source media="(prefers-color-scheme: dark)" srcset="assets/modula.svg">
3+
<source media="(prefers-color-scheme: light)" srcset="assets/modula_light.svg">
4+
<img alt="modula logo" src="assets/modula.svg">
5+
</picture>
6+
7+
I'm currently in the process of overhauling this repository. More updates soon.
8+
9+
You can install modula via `pip install git+https://github.com/modula-systems/modula.git`
10+
11+
Or install locally with `pip install -e .` from the root directory
12+
13+
I'm also working on [the docs](https://docs.modula.systems/).

0 commit comments

Comments
 (0)