From 7fb64b60d7b5bb688343d7317e17eb4956e81fa6 Mon Sep 17 00:00:00 2001 From: julian-belina <56728940+julian-belina@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:35:39 +0200 Subject: [PATCH] Add installation instruction for conda forge --- README.md | 6 +++++- requirements_dev.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6642f5b..e7275d2 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,14 @@ The documentation of the tsam code can be found [**here**](https://tsam.readthed ## Installation -Directly install via pip as follows: +Directly install via pip from pypi as follows: pip install tsam +of install from conda forge with the following command: + + conda install tsam -c conda-forge + Alternatively, clone a local copy of the repository to your computer git clone https://github.com/FZJ-IEK3-VSA/tsam.git diff --git a/requirements_dev.txt b/requirements_dev.txt index f2b621a..4604eb9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,9 +3,9 @@ # Testing pytest pytest-cov -sphinx # Documentation +sphinx sphinx-autobuild sphinx_book_theme