Contribute#

Overall guidance on contributing to a PyAnsys repository appears in Contribute in the PyAnsys Developer’s Guide. Ensure that you are thoroughly familiar with this guide before attempting to contribute to PyDPF-Core.

The following contribution information is specific to PyDPF-Core.

Clone the repository#

Clone and install the latest version of PyDPF-Core in development mode by running this code:

git clone https://github.com/pyansys/pydpf-core
cd pydpf-core
pip install -e .

Post issues#

Use the PyDPF-Core Issues page to submit questions, report bugs, and request new features.

To reach the PyAnsys support team, email pyansys.support@ansys.com.

View documentation#

Documentation for the latest stable release of PyDPF-Core is hosted at PyDPF-Core Documentation.