Skip to content

pwr-sl/lab2-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template for the lab2 assignment

How to use this repository

  1. After cloning this repository, create the virtual environment first:
    python -m venv .venv
    
  2. Activate your environment, in a way accepted by your environment.
  3. When environment is active, install needed requirements:
    pip install -r requirements.txt
    
  4. Run app.py from command line (Terminal in Linux/MacOS, CMD in Windows):
    python app.py < log.txt
    
  5. Follow the lab instruction.
  6. Remember to commit each added feature or fix.

Assignment - links to logging module

About

Template for the lab2 assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages