mirror of https://github.com/flaggo/pydu.git
update README.md
This commit is contained in:
parent
719b7f25a3
commit
20dd8881f9
|
@ -1,16 +1,12 @@
|
|||
## 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.
|
||||
|
||||
|
||||
## Installation
|
||||
To install pydu, simply:
|
||||
|
||||
.. code-block:: bash
|
||||
To install **pydu**, simply:
|
||||
|
||||
```bash
|
||||
$ pip install pydu
|
||||
|
||||
|
||||
## Document
|
||||
Fantastic documentation is available at: `English <http://pydu.readthedocs.io/en/stable>`_ | `中文版 <http://pydu.readthedocs.io/zh/stable>`_.
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue