- Python >= 3.6.10
- Clone the project and move to its directory.
$ git clone [email protected]:opavlyuk/word-search.git
$ cd word-search
- Make python3 virtualenv and activate it:
$ python3 -m venv venv && source venv/bin/activate
- Install app:
$ pip install -e .
Execute the command-line script, check help
for details:
(venv) $ word-search --help
Execute unit tests:
(venv) $ python -m unittest discover src/tests/