Skip to content

UnilabEdu/FieldDictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup & Run

First, install Python 3.x.

venv

Set up a virtual environment using the following command:

python -m venv venv

Then, activate the virtual environment.

On windows:

.\venv\Scripts\activate

On macOS and Linux:

source env/bin/activate

If you want to switch projects or otherwise leave your virtual environment, simply run:

deactivate

Installing the Requirements

Project is built using Python web framework - Flask. Flask and all the other dependency modules can be installed from the commandline using pip manager:

pip install -r dev-requirements.txt

Run

Run the following command:

flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •