Installation

pygcc is available on PyPi, and can be downloaded with pip:

pip install --user pygcc

Note

With pip, a user-level installation is generally recommended (i.e. using the --user flag), especially on systems which have a system-level installation of Python (including *.nix, WSL and MacOS systems); this can avoid some permissions issues and other conflicts. For detailed information on other pip options, see the relevant docs. pygcc is not yet packaged for Anaconda, and as such conda install pygcc will not work.

Upgrading pygcc

New versions of pygcc are released frequently. You can upgrade to the latest edition on PyPi using the --upgrade flag:

pip install --upgrade pygcc