Skip to content

mevplanas/registration-forecasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Virtual env creation

python3.11 -m venv venv

To activate it, run the command:

# Linux
source venv/bin/activate

# Windows
venv\Scripts\activate

To install the requirements, run the command:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published