Skip to content

Commit 79f21dd

Browse files
author
yaroslav
committed
readme
1 parent 4d54eff commit 79f21dd

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,6 @@
22

33
Markdown to LaTeX converter specified for use with Obsidian.
44

5-
## Install
6-
7-
```bash
8-
uv pip install omd2tex
9-
```
10-
11-
## Development (uv)
12-
13-
```bash
14-
uv venv
15-
uv pip install -e ".[dev,test,docs]"
16-
```
17-
18-
Run tests:
19-
20-
```bash
21-
uv run pytest
22-
```
23-
24-
## Build and publish
25-
26-
```bash
27-
uv pip install build twine
28-
uv run python -m build
29-
uv run twine upload dist/*
30-
```
31-
32-
## Documentation
33-
345

356
## References
367

0 commit comments

Comments
 (0)