We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d54eff commit 79f21ddCopy full SHA for 79f21dd
README.md
@@ -2,35 +2,6 @@
2
3
Markdown to LaTeX converter specified for use with Obsidian.
4
5
-## Install
6
-
7
-```bash
8
-uv pip install omd2tex
9
-```
10
11
-## Development (uv)
12
13
14
-uv venv
15
-uv pip install -e ".[dev,test,docs]"
16
17
18
-Run tests:
19
20
21
-uv run pytest
22
23
24
-## Build and publish
25
26
27
-uv pip install build twine
28
-uv run python -m build
29
-uv run twine upload dist/*
30
31
32
-## Documentation
33
34
35
## References
36
0 commit comments