Skip to content

Commit 200b73e

Browse files
authored
Update quickstart.md with PyPI installation instructions
Added installation instructions from PyPI and reorganized the content.
1 parent 2b9ff9f commit 200b73e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/quickstart.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Quickstart
22

3-
## Install (from source)
3+
## Install
4+
5+
### From PyPI (recommended)
6+
7+
```bash
8+
pip install wayparam
9+
```
10+
11+
### Install (from source)
412

513
From the repository root (where `pyproject.toml` lives):
614

0 commit comments

Comments
 (0)