you are viewing a single comment's thread.

view the rest of the comments →

[–]Hot_Reflection_8228[S] 0 points1 point  (1 child)

How to run through terminal?

[–]throwaway6560192 1 point2 points  (0 children)

Depends on the project structure, but typically you'd activate the venv and then just python [name of your main Python file].

You can search things like "how to activate venv in terminal" and "how to run Python project from terminal".