12 lines
209 B
Markdown
12 lines
209 B
Markdown
# Ultra Mastermind Resolution Implementation in Python
|
|
|
|
## Installation
|
|
|
|
- `python -m venv .venv`
|
|
- `source .venv/bin/activate`
|
|
- `pip install -r requirements.txt`
|
|
- `python main.py`
|
|
|
|
## Documentation
|
|
|
|
*TODO*
|