Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.01 KB

developer.md

File metadata and controls

22 lines (13 loc) · 1.01 KB

Developer documentation

This page is intended for developers of the technical library, people who want to contribute to the technical codebase or documentation, or people who want to understand the source code of the application they're running.

All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome. We track issues on GitHub and also have a dev channel in the Freqtrade Slack where you can ask questions.

Releases

pypi

To create a pypi release, please run the following commands:

Additional requirement: wheel, twine (for uploading), account on pypi with proper permissions.

python setup.py sdist

# For production:
twine upload dist/*

Please don't push non-releases to the productive / real pypi instance.