Skip to content

Commit 6063910

Browse files
committed
Add installation
1 parent 9d54aa8 commit 6063910

File tree

4 files changed

+503
-6
lines changed

4 files changed

+503
-6
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ This implementation includes variable-length integers, and the prepend/append op
1616
This should be byte-for-byte compatible with [rocicorp/fractional-indexing](https://github.com/rocicorp/fractional-indexing) (JavaScript) and [rocicorp/fracdex](https://github.com/rocicorp/fracdex) (Go).
1717

1818

19+
## Installation
20+
21+
```bash
22+
$ pip install fractional-indexing
23+
```
24+
25+
1926
## Usage
2027

2128
```python

0 commit comments

Comments
 (0)