# Ultra Mastermind Resolution Implementation in Python ## Installation ### Linux - `python -m venv .venv` - `source .venv/bin/activate` - `pip install -r requirements.txt` - `python main.py` ### Windows #### First method - Follow these [steps](https://wiki.archlinux.org/title/Installation_guide) - Follow the Linux installation #### Seccond method - `python -m venv .venv` - `./.venv/bin/activate` - `pip install -r requirements.txt` - `python main.py` ## Documentation *TODO*