Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Backend-python

ctrl + shift + p -> activate enviromnent -> venv -> local

python3 -m venv venv

windows

.\venv\Scripts\activate

linux

source venv/bin/activate

In .venv environment:

pip install -r src/utils/requirements.txt

You use that command every time you alter requirements.txt file

To run the backend:

python3 src/main.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages