Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Feb 17, 2020
1 parent fa7d744 commit 12506d8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
16 changes: 16 additions & 0 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,19 @@ Wheels for macOS and Linux are built on Travis and AppVeyr, in

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


### Build

```
$ make cython
```


### Test

MessagePack uses `pytest` for testing.
Run test with following command:

```
$ make test
```
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,15 +270,3 @@ You can use `gc.disable()` when unpacking large message.
List is the default sequence type of Python.
But tuple is lighter than list.
You can use `use_list=False` while unpacking when performance is important.


## Development

### Test

MessagePack uses `pytest` for testing.
Run test with following command:

```
$ make test
```

0 comments on commit 12506d8

Please sign in to comment.