32 lines
715 B
Markdown
32 lines
715 B
Markdown
# Ultra Mastermind Resolution Implementation in Python
|
|
|
|
## Installation
|
|
|
|
### Linux
|
|
|
|
- `git clone https://git.leizour.fr/lucien/ultra-mastermind-implementation`
|
|
- `cd ultra-mastermind-implementation`
|
|
- `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
|
|
|
|
- `git clone https://git.leizour.fr/lucien/ultra-mastermind-implementation`
|
|
- `cd ultra-mastermind-implementation`
|
|
- `python -m venv .venv`
|
|
- `.venv/bin/activate`
|
|
- `pip install -r requirements.txt`
|
|
- `python main.py`
|
|
|
|
## Documentation
|
|
|
|
*TODO*
|