.. Installation: Installation --------------------------- From GitHub ^^^^^^^^^^^^^^^^^ If cloning from github, in the cloned STMint directory: :: pip install --user . or, to install in developer mode: :: pip install --user -e . .. note:: To upgrade to the latest version, just append ``--upgrade`` to whichever install command you originally used. For example: ``pip install --upgrade --user STMint``.