install virtual environment for Python 2.7+: python2 launch.py install install virtual environment for Python 3.3+: python3 launch.py install run test: ./launch.py test run PyLint: ./launch.py test ...
It is always recommended to install Python applications in virtual environments to avoid conflicts between them. The `pip` package manager allows us to install Python applications in isolated ...