TiagoValdrich / PINP

PINP Is Not msPaint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PINP

PINP Is Not msPaint

Install

The following steps covers the setup process

Using pyenv with pyenv-virtualenv

You also should use virtualenv to build/develop the project and I recommend the use of pyenv with pyenv-virtualenv to manage multiple python environments.

pyenv install 3.7.6
pyenv virtualenv 3.7.6 PINP
pyenv activate PINP

If you have any problems installing pyenv try these common solutions.

Installing dependencies (Python 3.7.6)

Open your bash and run the follow command to install all the project dependencies, you just need to run the command one time

(PINP) $ python -m pip install -r requirements.txt

Base Algorithms

https://en.m.wikipedia.org/wiki/Flood_fill

About

PINP Is Not msPaint


Languages

Language:Python 100.0%