Installation ============ PyPI ---- You can directly install the conda environment from the `environment.yml` file. First install conda environment from `environment.yml` file:: conda env create -f environment.yml Then install GASTON-Mix using pip (will add to pypi soon!):: conda activate gaston-mix pip install -e . Conda/Pip ----- Coming soon! Development version ------------------- To install the development version, clone the repository and install using pip:: pip install git+https://github.com/raphael-group/gaston-mix@main