Installation ################ Pypi ********************** .. code-block:: console # Install from Pypi: pip install scatterd # Force update to latest version pip install -U scatterd Github source ************************************ .. code-block:: console # Install directly from github pip install git+https://github.com/erdogant/scatterd Uninstalling ################ Remove installation ********************** Note that the removal of the environment will also remove the ``scatterd`` installation. .. code-block:: console # Install from Pypi: pip uninstall scatterd .. include:: add_bottom.add