From b0a84e39a02a99027d421e4c772e17957dff8efe Mon Sep 17 00:00:00 2001 From: Benjamin Lefaudeux Date: Wed, 27 Nov 2024 14:18:15 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ed9058..1c08f86 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Depending on the front ends, datago can be rank and world-size aware, in which c
Use it +Using Python 3.11, you can simply install datago with `pip install datago` + ## Use the package from Python ```python @@ -131,10 +133,7 @@ then you can `pip install -e .` from here. ## Update the pypi release (maintainers) -``` -python3 setup.py sdist -python3 -m twine upload dist/* --verbose -``` +Create a new tag and a new release in this repo, a new package will be pushed automatically.