ultra-mastermind-implementa.../README.md
2025-01-05 16:17:58 +01:00

28 lines
487 B
Markdown

# 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
#### Second method
- `python -m venv .venv`
- `./.venv/bin/activate`
- `pip install -r requirements.txt`
- `python main.py`
## Documentation
*TODO*