Skip to content

Commit 12506d8

Browse files
committed
update README
1 parent fa7d744 commit 12506d8

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

DEVELOP.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,19 @@ Wheels for macOS and Linux are built on Travis and AppVeyr, in
77

88
Wheels for Windows are built on Github Actions in this repository.
99

10+
11+
### Build
12+
13+
```
14+
$ make cython
15+
```
16+
17+
18+
### Test
19+
20+
MessagePack uses `pytest` for testing.
21+
Run test with following command:
22+
23+
```
24+
$ make test
25+
```

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -270,15 +270,3 @@ You can use `gc.disable()` when unpacking large message.
270270
List is the default sequence type of Python.
271271
But tuple is lighter than list.
272272
You can use `use_list=False` while unpacking when performance is important.
273-
274-
275-
## Development
276-
277-
### Test
278-
279-
MessagePack uses `pytest` for testing.
280-
Run test with following command:
281-
282-
```
283-
$ make test
284-
```

0 commit comments

Comments
 (0)