From ae58c4e398086c08874da8b1ed4c2e106664ed83 Mon Sep 17 00:00:00 2001 From: tpoisonooo Date: Fri, 9 Dec 2022 12:20:25 +0800 Subject: [PATCH 1/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a3dcbdbf..14564e2a 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ You can also install the unzipped installer package directly: .. code-block:: bash - $ sudo python setup.py install + $ python setup.py install Getting started From 21fe1e56ecf61e33510543074848ff3fca5cb68a Mon Sep 17 00:00:00 2001 From: tpoisonooo Date: Fri, 9 Dec 2022 12:22:08 +0800 Subject: [PATCH 2/2] Update README-CN.rst --- README-CN.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-CN.rst b/README-CN.rst index 953bb822..093f80a4 100644 --- a/README-CN.rst +++ b/README-CN.rst @@ -45,7 +45,7 @@ Python 2.6(不推荐),2.7,3.3(不推荐),3.4,3.5,3.6 .. code-block:: bash - $ sudo python setup.py install + $ python setup.py install 快速使用