Run the following commands in the shell:
git clone https://github.com/dimmy2000/hexlet-python-challenges.git
cd hexlet-python-challenges
pip install --user poetry
make install
To check if the solution is right, run python -m pytest tests
in the shell
from the challenge folder.