Getting started
Installation#
Shell (Mac, Linux):
PowerShell (Windows):
If none of these methods work, you can also install the docrunner binary from
the releases.
Make sure to add it to PATH so you can access it from anywhere
QuickStart#
Python Example#
- This command executes all python within
README.mdand does so by putting each snippet of python into a separate file, and running each file. If you don't want each snippet in a separate python file, just remove the --multi-file option.
Updating#
Updating docrunner is as simple as calling:
This will provide you with simple instructions on how to update docrunner