We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e779a85 commit e9d49daCopy full SHA for e9d49da
README.md
@@ -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