Skip to content

danielbaraniak/Sprinters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sprinters

Competence project

Instalation

  1. Create and run a virtual environment

    python3 -m venv venv
    source venv/bin/activate
  2. Install all requirements

    pip3 install -r requirements.txt
  3. Create a file settings.cfg:

    1. Find a file template_settings.cfg
    2. Copy it and rename to settings.cfg
    3. Fill in necessary settings. Learn More

Usage