Skip to content

pythonruss2/eav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Change the name of the .env.example to .env and place your host / api key inside

  2. Step 2 - install a virtual environment

python -m venv ./.venv
  1. Step 3 -- activate your virtual environment
source ./.venv/bin/activate
  1. Step 4 -- install the dependencies
pip install -r requirements.txt
  1. Step 5 -- customize the script as needed

  2. Step 6 -- Run the script

python generate.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages