Skip to content

IraErshova/python-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python final project

How to run the project locally

  1. Create local environment:
python3.12 -m venv venv
  1. Activate local environment:
. venv/bin/activate  
  1. Install necessary packages:
pip install -r requirements.txt
  1. Create .env file
cp .env-example .env
  1. Get API keys from:
  1. Update .env with your API keys

  2. Run main.py file

python3.12 main.py

About

Final Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages