From 00e39bda0d68487902666d5c5500d858e97ea3c2 Mon Sep 17 00:00:00 2001 From: JacobPlaster Date: Tue, 17 Dec 2019 15:29:44 +0000 Subject: [PATCH] README: add publish to pypi details --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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/* +```