2. Installation

2.1. Windows

2.2. Mac

  • Can be installed using brew,

  • Eventually from page,

  • Best would be using pyenv

Hint

You may use commands like:

pyenv versions # to show all available versions
pyenv global # to see global configuration
pyenv install 3.6.9 # to install specific version of python
pyenv global 3.6.9 # to setup global version of python

2.3. Linux

  • On debian or ubuntu sudo apt-get update && sudo apt-get install python python3-pip python3-venv

  • On fedora sudo dnf install python or specific version sudo dnf install python37

Hint

For checking current version we execute this command: python --version or python -V

2.4. Source code

  • Clone of the repository from github