Installation¶
py-moodle requires Python 3.8+ and can be installed in several ways.
Method 1: PyPI (Recommended)¶
Method 2: From Source¶
Clone the repository and install:
This makes the py-moodle
command available system-wide.
Method 3: Development Installation¶
For development or to get the latest features:
The -e
flag installs in "editable" mode, so changes to the source code are immediately available.
Verify Installation¶
Test that py-moodle is properly installed:
You should see the main help screen with available commands.