Installation¶
plotfig supports installation via package managers or directly from source, requiring Python 3.11 or higher.
Install via Package Manager (Recommended)¶
Install from Source¶
First, download the source code to a directory (e.g., /path/to/plotfig):
Then execute the following in your project directory:
Info
/path/to/plotfig should be replaced with the actual path.
Contributing¶
If you wish to experience these features or participate in plotfig development, you can choose to install the project in editable mode.
This installation mode allows your modifications to the local source code to take effect immediately, making it very suitable for debugging, development, and contributing code.
Recommended workflow:
- Fork this repository to your GitHub account
- Clone your fork locally:
- Install in editable mode in your project directory:
Info
/path/to/plotfig should be replaced with the actual path.
We welcome Issues and PRs!
Whether it's bug reports, feature suggestions, or documentation improvements.
Feel free to open an Issue.
You can also submit a PR directly to help us grow stronger 💪!