Skip to content

FarazRazi/python_app_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python application

MLOPS

setup

for windows

  • create a virtual environment
python -m venv venv
  • set execution policy
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
  • activate the virtual environment
venv\Scripts\activate
  • run makefile
make install

for linux and mac

  • create a virtual environment
python3 -m venv venv
  • activate the virtual environment
source venv/bin/activate
  • run makefile
make install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published