From 20dd8881f90b06ba5f8734840373c4fae6854121 Mon Sep 17 00:00:00 2001 From: Prodesire Date: Tue, 8 May 2018 21:24:11 +0800 Subject: [PATCH] update README.md --- docs/README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/README.md b/docs/README.md index 4cb2371..7c42fea 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 `_ | `中文版 `_. +```