Getting Started
New to PyMend? Don’t worry, you’ve found the perfect place to get started!
Installation
PyMend can be installed by running pip install pymend. It requires Python 3.9+ to run.
If you can’t wait for the latest hotness and want to install from GitHub, use:
pip install git+https://github.com/JanEricNitschke/pymend
Basic usage
To get started right away with sensible defaults:
pymend {source_file}...
You can run PyMend as a package if running it as a script doesn’t work:
python -m pymend {source_file}...
Next steps
Try out PyMend? Fantastic, you’re ready for more.
Why not explore some more on using PyMend by reading Usage and Configuration: The basics.
Alternatively, you can check out the Introducing *PyMend* to your project guide.