Skip to content

Commit

Permalink
docs: update publishing description
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Jun 20, 2019
1 parent 732a0fa commit 6deb0da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -551,7 +551,7 @@ $ pip3 freeze > requirements.txt
Generate distribution package. Make sure you have the latest versions of `setuptools` and `wheel` installed:

```bash
$ python3 -m pip install --user --upgrade pip setuptools wheel
$ python3 -m pip install --upgrade pip setuptools wheel
$ python3 setup.py sdist bdist_wheel
```

Expand All @@ -576,7 +576,7 @@ username =your_username_on_pypi
then upload:

```bash
$ python3 -m pip install --user --upgrade tqdm twine
$ python3 -m pip install --upgrade tqdm twine
$ python3 -m twine upload dist/*
```

Expand Down

0 comments on commit 6deb0da

Please sign in to comment.