Skip to content

Commit

Permalink
Change to python3 - all commands
Browse files Browse the repository at this point in the history
Issue: #10
  • Loading branch information
gopinath-langote committed Jun 21, 2019
1 parent 82b9517 commit d434c63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pip_publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## Prerequisites
1. Install `wheel` & `setuptool`:
`python -m pip install --upgrade pip setuptools wheel`
`python3 -m pip install --upgrade pip setuptools wheel`
2. Install `twine` – for publishing artifacts:
`pip install twine`
`pip3 install twine`

## Creating a distribution
1. Increment the version number in `setup.py`
2. Create the distribution package:
`python setup.py sdist bdist_wheel`
`python3 setup.py sdist bdist_wheel`

## Uploading the distribution to PyPi
3. Upload distribution to PyPi:
Expand Down

0 comments on commit d434c63

Please sign in to comment.