We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f64adc commit f6b34e7Copy full SHA for f6b34e7
README.md
@@ -12,14 +12,12 @@ For the nitty gritty of the Typogenetics specification see [spec.md](spec.md)
12
13
For some additional thoughts on ways to extend Typogenetics see [extensions.md](extensions.md)
14
15
-## Requirements
16
-
17
-- [Poetry](https://python-poetry.org/)
18
19
## Installation
20
+Install using [uv](https://docs.astral.sh/uv)
+
21
```bash
22
-poetry install
+uv sync
23
```
24
25
## Usage
0 commit comments