Installation¶
From PyPI¶
Install the latest stable version of CLI:
Or add the library to your project:
From Source¶
Clone the repository and install in development mode:
Development Installation¶
For development, install with dev dependencies:
This includes:
- pytest - for running tests
- pytest-cov - for test coverage
Documentation Dependencies¶
To build the documentation locally:
Then open http://127.0.0.1:8000 in your browser.
Requirements¶
- Python 3.8 or higher
Verify Installation¶
Test that the installation worked:
You should see hello%20world as output.