Skip to content

Commit f296c96

Browse files
committed
Update README.md
1 parent 9f82271 commit f296c96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,16 @@ Monic Framework is a powerful expression evaluation and code execution framework
7979

8080
## Installation
8181

82-
Basic installation:
82+
### Basic Installation
8383

8484
```bash
85-
pip install -r requirements.txt
85+
pip install -U monic-framework
8686
```
8787

88-
For development and testing:
88+
### Development Installation
8989

9090
```bash
91-
pip install -r requirements-tests.txt
91+
pip install -e .[dev]
9292
```
9393

9494
## Quick Start

0 commit comments

Comments
 (0)