Skip to content

Commit

Permalink
Add installation instruction for conda forge
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-belina committed Aug 9, 2024
1 parent 824b9d3 commit 7fb64b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Testing
pytest
pytest-cov
sphinx

# Documentation
sphinx
sphinx-autobuild
sphinx_book_theme

Expand Down

0 comments on commit 7fb64b6

Please sign in to comment.