Skip to content

Commit e1f5719

Browse files
committed
Drop requirements file and align docs with pyproject install
1 parent b2430e1 commit e1f5719

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

README-DEV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
```bash
1818
python -m venv .venv
1919
source .venv/bin/activate
20-
pip install -r requirements.txt
20+
pip install -e .
2121
```
2222
2. **Launch local services**
2323
```bash

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Dynamic Reflexive Memory (DRM) is an adaptive memory substrate for LLM workflows
77
```bash
88
python -m venv .venv
99
source .venv/bin/activate
10-
pip install -r requirements.txt
10+
pip install -e .
1111
docker compose up -d
1212
```
1313

requirements.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)