Skip to content

digital-divas/PINP

Folders and files

NameName
Last commit message
Last commit date
Jan 12, 2020
Jan 12, 2020
Jan 9, 2020
Jan 6, 2020
Jan 7, 2020
Jan 9, 2020
Jan 5, 2020
Jan 5, 2020
Jan 12, 2020
Oct 12, 2021
Jan 5, 2020

Repository files navigation

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