Skip to content

Commit

Permalink
Merge pull request #50 from Photoroom/blefaudeux-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
blefaudeux authored Nov 27, 2024
2 parents 78b26bf + b0a84e3 commit 92678e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Depending on the front ends, datago can be rank and world-size aware, in which c

<details> <summary><strong>Use it</strong></summary>

Using Python 3.11, you can simply install datago with `pip install datago`

## Use the package from Python

```python
Expand Down Expand Up @@ -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.

</details>

Expand Down

0 comments on commit 92678e5

Please sign in to comment.