In the readme file, the installation instruction is causing errors in Ubuntu 20.10. `python -m venv env` `env\Scripts\activate.bat` But it should be for correct installation `python3 -m venv env ` `source env\Scripts\activate.bat` Shall I give a PR for same?