Skip to content

kartAI/PlanprosessKI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlanprosessKI

Repo for Grupp 7 - 2026

Setup and run (Windows, PowerShell)

  1. Create a virtual environment (recommended):
python -m venv .venv
.\.venv\Scripts\Activate.ps1
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the backend (from the backend folder):
python file.py

VS Code / Pylance notes

  • Make sure VS Code is using the same Python interpreter where you installed the packages (.venv interpreter).
  • Open the Command Palette (Ctrl+Shift+P) → Python: Select Interpreter → choose the .venv interpreter.
  • After selecting the interpreter, Pylance should refresh and resolve flask imports.

If you want me to, I can create the venv and install packages now (I will run the commands in the terminal).

About

Repo for Grupp 7 - 2026

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6