I dont know much about python. I want to start working on the project and the setup instruction says:
pip install -r requirements-dev.txt
S
file() is not supported in Python 3
file()
Use open() instead; see Built-in Functions - open().
open()