22-12-15-Gaps
The gaps
is aim to complete the puzzle.
INSTALL
- git clone https://github.com/nemanja-m/gaps.git
- cd gaps
- pip3 install -r requirements.txt
- python3 setup.py install
REQUIREMENT
If pip3 install -r requirements.txt
failed, make sure that your environments match the requirements.txt
.
pip3 install numpy
pip3 install opencv-python
pip3 install pytest
pip3 install matplotlib
pip3 install pillow
SETUP
If run python3 setup.py install
failed, maybe you have no permit. So run sudo su
and python3 setup.py install
again.
1 | Using /usr/lib/python3/dist-packages |
Finally, the install is success.
-------------THE END-------------