Skip to content

Commit

Permalink
Update docs and version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
antonyharfield committed Jan 13, 2020
1 parent fda6601 commit 8eb8462
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 31 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ First time only:

Increment the version in `setup.py`.

To create a source distribution:
To create a distribution (source and wheel):

`python setup.py sdist`
`python setup.py sdist bdist_wheel`

Alternatively through docker:

`docker run -it --rm -v "$PWD":/usr/src/app rfcx-sdk-python python setup.py sdist bdist_wheel`

### Uploading

Expand Down
Loading

0 comments on commit 8eb8462

Please sign in to comment.