Installation
================
pygcc is available on `PyPi `_, and can be downloaded with pip:
.. code-block:: bash
pip install --user pygcc
.. note:: With pip, a user-level installation is generally recommended (i.e. using the
:code:`--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
:code:`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 :code:`--upgrade` flag:
.. code-block:: bash
pip install --upgrade pygcc