You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dependencies for the application are specified in the `requirements.txt` file in the source folder. Dependencies can be installed through `pip` the default package manager for Python.
39
39
40
+
> Note: If your Python is not symbolically linked to python3, you need to run all commands using `python3` instead of `python`.
0 commit comments