1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
.. _dev-index:
Development guide
=================
This section contains information on building and installing PyWavelets
from source code as well as instructions for preparing the build environment
on Windows and Linux.
.. toctree::
:maxdepth: 2
conduct/code_of_conduct
preparing_windows_build_environment
preparing_linux_build_environment
installing_build_dependencies
building_extension
testing
how_to_release
Something not working?
----------------------
If these instructions are not clear or you need help setting up your
development environment, go ahead and ask on the PyWavelets discussion
group at http://groups.google.com/group/pywavelets or open a ticket on GitHub_.
.. _GitHub: https://github.com/PyWavelets/pywt
|