diff --git a/README.md b/README.md index 35afec0..4c75df1 100644 --- a/README.md +++ b/README.md @@ -167,3 +167,10 @@ Order books with precision `R0` are considered 'raw' and contain entries for eac 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request + +### Publish to Pypi + +``` +python setup.py sdist +twine upload dist/* +```