To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
# stuett ## Quickstart You can install the package with ``` pip install poetry potery install ``` If you want to install it into a anaconda environment do ``` conda create -n stuett python==3.7 poetry conda activate stuett poetry install ```