update README.md

This commit is contained in:
Prodesire 2018-05-08 21:24:11 +08:00
parent 719b7f25a3
commit 20dd8881f9
1 changed files with 4 additions and 8 deletions

View File

@ -1,16 +1,12 @@
## pydu ## pydu
> pydu(python data structures and utils) is a library of useful data structures and utils > **pydu(python data structures and utils)** is a library of useful data structures and utils
for Python 2 and 3, which collected from open source projects and created by contributors. for Python 2 and 3, which collected from open source projects and created by contributors.
## Installation ## Installation
To install pydu, simply: To install **pydu**, simply:
.. code-block:: bash
```bash
$ pip install pydu $ pip install pydu
```
## Document
Fantastic documentation is available at: `English <http://pydu.readthedocs.io/en/stable>`_ | `中文版 <http://pydu.readthedocs.io/zh/stable>`_.