Retentioneering installation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **Option 1. Run directly from google.colab:** Open `google.colab `__ and click File-> "new notebook". In the code cell run following to install Retentioneering: .. code:: bash !pip3 install retentioneering **Option 2. Install Retentioneering from Jupyter notebook:** .. code:: bash !pip3 install retentioneering **Option 3. Install Retentioneering from terminal using PyPI:** .. code:: bash pip3 install retentioneering **Option 4. Directly from the source** .. code:: bash git clone https://github.com/retentioneering/retentioneering-tools cd retentioneering-tools python3 setup.py install