Skip to content

Fuzzy AHP Algorithm implementation to flask web application

Notifications You must be signed in to change notification settings

barbartomato/Fuzzy_AHP_WEP_APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Activating the virtual environment

Creating the virtual env (if never applied to this repo)

python -m venv venv

Go to Root Dircetory and activate the virtual environment using the script below:

venv/Scripts/Activate

Install the requirement package

pip install -r requirements.txt

Running the development app using

flask run