============ Installation ============ Currently we offer conda installation for Linux and Mac Conda Installation ================== First you must have `Conda ` installed. It is highly recommended to install the cohere package in conda environment. To create and activate the environment run the commands below:: conda create --name python=3.7.6 conda activate then run the installation command:: conda install cohere -c bfrosik -c conda-forge If you want to use GUI you need to install pyqt into that environment:: conda install pyqt