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-Post.
The following contribution information is specific to PyDPF-Post.
Install in development mode#
If you want to edit and potentially contribute to PyDPF-Post,
clone the repository and install it using pip
with the -e
development flag:
git clone https://github.com/ansys/pydpf-post
cd pydpf-post
pip install -e .
Post issues#
Use the PyDPF-Post Issues page to submit questions, report bugs, and request new features.
To reach the project support team, email pyansys.core@ansys.com.