Contribute#

Overall guidance on contributing to a PyAnsys library appears in the Contributing topic in the PyAnsys Developer’s Guide. Ensure that you are thoroughly familiar with it and all Guidelines and Best Practices before attempting to contribute to PyMAPDL-Reader.

The following contribution information is specific to PyMAPDL-Reader.

Cloning the PyMAPDL Reader Repository#

Run this code to clone and install the latest version of PyMAPDL-Reader in development mode:

git clone https://github.com/pyansys/pymapdl-reader
cd pymapdl-reader
pip install -e .

Posting Issues#

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

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

Viewing PyMAPDL-Reader Documentation#

Documentation for the latest stable release of PyMAPDL-Reader is hosted at PyMAPDL-Reader Documentation.