Skip to content
Snippets Groups Projects
Commit 746cde6d81a4 authored by ijl's avatar ijl
Browse files

pip install instructions

parent 16f6efcbad0c
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@
To install a wheel from PyPI:
```sh
pip install --upgrade "pip>=19.3" # manylinux2014 support
pip install --upgrade orjson
```
......@@ -81,11 +82,8 @@
pip install --upgrade orjson
```
To depend on orjson in a project:
```txt
orjson>=3,<4
```
Notice that Linux environments with a `pip` version shipped in 2018 or earlier
must first upgrade `pip` to support `manylinux2014` wheels.
To build a wheel, see [packaging](https://github.com/ijl/orjson#packaging).
......@@ -89,7 +87,6 @@
To build a wheel, see [packaging](https://github.com/ijl/orjson#packaging).
### Quickstart
This is an example of serializing, with options specified, and deserializing:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment