# Installation lasersafety requires Python with a version superior or equal to 3.11. Here we assume that pip is available on your system and available in the path. If the command is not available from the path, replace `pip` by `python3 -m pip` in the commands below. ## Via PyPi The library can be installed with ```{prompt} bash pip install lasersafety ``` ## Source The source can be cloned or downloaded from [https://github.com/nanoy42/lasersafety](https://github.com/nanoy42/lasersafety). For instance: ```{prompt} bash git clone [https://github.com/nanoy42/lasersafety](https://github.com/nanoy42/lasersafety) ``` The package can then be installed by going into the directory and using pip: ```{prompt} bash cd lasersafety pip install . ```