Installation and Usage ====================== Install ``rsokl_dummy`` from pypi with: .. code-block:: shell pip install rsokl_dummy Using the library... .. code-block:: python >>> from rsokl_dummy.basic_functions import count_vowels >>> count_vowels("Hello") 2