# Installation ## Conda The easiest way to install oslumen is using the `conda` package manager. ```bash conda install -c conda-forge oslumen ``` Using `mamba` is faster ```bash mamba install -c conda-forge oslumen ``` ## From Pypi Simply run ```bash pip install oslumen ``` ## From source Clone the repository ```bash git clone https://gitlab.com/benvial/oslumen.git ``` Install the package locally ```bash cd oslumen pip install -e . ``` ## From gitlab ```bash pip install -e git+https://gitlab.com/benvial/oslumen.git#egg=oslumen ``` ## Importing the package ```python import oslumen as pk for i in range(10): print(i) print("Hello World!) ``` ## Header ### Header #### Header ## Heading 3 ### Header #### Header ##### Header ###### Header xsaxsa