Skip to content

Commit 129e12d

Browse files
committed
Updated README
1 parent 330a173 commit 129e12d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The centrepiece feature: describe a show in plain language — *"two drones take
1919
## Installation
2020

2121
```bash
22-
pip install -e .
22+
pip install flaight
2323
```
2424

2525
Requires Python 3.10+. Hardware flight requires a Crazyradio USB dongle and [`cflib`](https://github.com/bitcraze/crazyflie-lib-python). The natural-language parser requires a running [Ollama](https://ollama.com) server.
@@ -275,7 +275,7 @@ path = save_script(show, output_dir="shows") # custom directory
275275

276276
### `flaight` — AI parser (installed command)
277277

278-
After `pip install -e .` the `flaight` command is available directly in your shell — no script to create.
278+
After `pip install flaight` the `flaight` command is available directly in your shell — no script to create.
279279

280280
At the start of each iteration you choose between the two input modes:
281281

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## Install flaight
1010

1111
```bash
12-
pip install -e .
12+
pip install flaight
1313
```
1414

1515
This also registers the `flaight` command in your shell.

0 commit comments

Comments
 (0)