Skip to content

Commit 2541e7d

Browse files
author
Will Myers
authored
Update README with wheel and sdist commands (#1)
1 parent 269dfec commit 2541e7d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ print(response)
121121
## Contributing
122122

123123
* Building the egg: `python setup.py bdist_egg`
124+
* Building the wheel: `python setup.py bdist_wheel --universal`
125+
* Building the sdist: `python setup.py sdist`
124126
* Installing locally: `python setup.py install`
125127
* Running tests: `python setup.py test`
126128
* Running lint: `flake8`

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ Contributing
144144
------------
145145

146146
- Building the egg: ``python setup.py bdist_egg``
147+
- Building the wheel: ``python setup.py bdist_wheel --universal``
148+
- Building the sdist: ``python setup.py sdist``
147149
- Installing locally: ``python setup.py install``
148150
- Running tests: ``python setup.py test``
149151
- Running lint: ``flake8``

0 commit comments

Comments
 (0)