From 62ee5d08d74408f7e59b0350698646a5ade3580f Mon Sep 17 00:00:00 2001 From: Alam <73675883+bahasalien@users.noreply.github.com> Date: Fri, 6 Nov 2020 13:05:04 +0800 Subject: [PATCH] improve python version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35dd67d..425a475 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Usage: 1. Update the version in `sanitize.py` 2. Update the version in `setup.py` -3. Run the test cases: `python sanitize_test.py` -4. Run `python setup.py sdist upload` +3. Run the test cases: `python3 sanitize_test.py` +4. Run `python3 setup.py sdist upload` 5. `git commit -am "released version XX"` 6. `git push`