Skip to content

Commit 4373d83

Browse files
Updates readme.
1 parent 138814a commit 4373d83

1 file changed

Lines changed: 7 additions & 18 deletions

File tree

README.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,23 @@
44

55
## Installation
66

7-
You need [uv](https://docs.astral.sh/uv/) and a Python that satisfies **`>=3.11`** (see `pyproject.toml`).
7+
You need [uv](https://docs.astral.sh/uv/) and a Python that satisfies `>=3.11`.
88

99
1. Create a virtual environment with a fixed Python version (run this in the directory where you want `.venv`, e.g. the repo root for a clone):
10-
11-
```bash
10+
```bash
1211
uv venv --python 3.11 # or 3.12 or 3.13
13-
```
14-
12+
```
1513
2. Activate it. On Linux or macOS:
16-
17-
```bash
14+
```bash
1815
source .venv/bin/activate
19-
```
20-
16+
```
2117
On Windows, use `.venv\Scripts\activate` (cmd) or `.\.venv\Scripts\Activate.ps1` (PowerShell).
22-
2318
3. Install into that environment, using the published package from PyPI:
24-
25-
```bash
19+
```bash
2620
uv pip install dynamicsyntax
27-
```
28-
21+
```
2922
or editable install from a git clone:
3023

31-
```bash
32-
uv pip install -e .
33-
```
34-
3524
## Examples
3625

3726
For some code examples, please see [this Google Colab notebook](https://colab.research.google.com/drive/1ofpCLwLOE88AvbtR3gh5uisaYkpWGNP9?usp=sharing).

0 commit comments

Comments
 (0)