Skip to content

Matieus/NAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab7

Setup


Create virtual environment for python

Execute the below command to create virtual environment

  • python -m venv venv

Then active environment:

for windows:

  • source venv/Scripts/activate

for unix:

  • source venv/bin/activate

Install requirements

Use makefile

  • make install_requirements

or classic

  • pip install -r ./requirements.txt

Run app

Use makefile

  • make run_app

or classic

  • python main.py

About

Student's project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages