mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
README: add publish to pypi details
This commit is contained in:
committed by
Jacob Plaster
parent
3bf23b08f3
commit
00e39bda0d
@@ -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'`)
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
||||||
4. Push to the branch (`git push origin my-new-feature`)
|
4. Push to the branch (`git push origin my-new-feature`)
|
||||||
5. Create a new Pull Request
|
5. Create a new Pull Request
|
||||||
|
|
||||||
|
### Publish to Pypi
|
||||||
|
|
||||||
|
```
|
||||||
|
python setup.py sdist
|
||||||
|
twine upload dist/*
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user