Skip to content

Commit

Permalink
Add information for regular meetings
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Jun 1, 2022
1 parent d0739fc commit 12d0b4a
Show file tree
Hide file tree
Showing 5 changed files with 747 additions and 11 deletions.
48 changes: 47 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,52 @@ If you want to use the latest features, you might want to install the
for more information. The developer version is not recommended for productive
use.

Get in touch
============

Online meetings
---------------
We have decided to start a reoccurring meeting for all interested TESPy users
and (potential) developers. You are invited to join us on every 3rd Monday of a
month at 17:00 CE(S)T. The first meeting will be held at June, 20, 2022.

The intent of this meeting is to establish a more active and well connected
network of TESPy users and developers. Participants will have a space to present
and discuss their models, get help and exchange experience with others, learn
about new features or suggest improvements or new features.

The preliminary schedule is as follows:

* 17:00 – 17:05: Short intro
* 17:05 – 17:50: User presentations and discussion
* 17:50 – 18:00: Break
* 18:00 – 18:40: New feature presentation/discussion, tutorial session
* 18:40 – 18:45: Feedback

.. note::

The meetings will thrive through active participation. If you have
suggestions for topics - **from beginner tutorial to suggestion or**
**discussion of specific new features** - please let us know your interest
when registering to the meeting. We appreciate your contribution!

To get a better overview on the number of participants and to plan the agenda
of each meeting accordingly, **please send an e-mail to**
**francesco.witte(at)dlr.de for registration**.

You can download the meeting series here:
:download:`regular_meeting.ics </regular_meeting.ics>`.

We are looking forward to meeting you!

User forum
----------

We have implemented a
`discussion room on GitHub <https://github.com/oemof/tespy/discussions>`__ as
user forum. If you have issues with setting up your model or any other question
about using the software, you are invited to start a discussion there.

Examples
========

Expand Down Expand Up @@ -165,7 +211,7 @@ BibTeX citation::
License
=======

Copyright (c) 2017-2021 oemof developer group
Copyright (c) 2017-2022 oemof developer group

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Contents
introduction
installation
first_steps
regular_meeting
tutorials_examples
tespy_modules
tespy_analyses
Expand Down
13 changes: 3 additions & 10 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,13 @@ using pip. We recommend you installing the package in a virtual environment.
You can use virtualenv (:ref:`see here for instructions <virtualenv_label>`)
or a virtual environment e.g. in :ref:`Anaconda <anaconda_label>`.

TESPy requires the CoolProp python package, which will be installed
automatically. As it is build from C++, you need to have Microsoft Visual
Studio C++ Build Tools 14.0 installed. Try installing TESPy with the following
code in the command window of your python environment:

.. code:: console
pip install tespy
If you get an error within the installation of the CoolProp package, install
the C++ Build Tools first and then restart the installation. Also, if pip is
not part of your python environment, you have to install the pypi package.
If you encounter any errors within the installation of the package, please let
us know by opening an issue on our GitHub repository. Also, if pip is not part
of your python environment, you have to install the pypi package.

.. _anaconda_label:

Expand All @@ -107,8 +102,6 @@ Using Anaconda
activate yourenvname
4. In the active Anaconda Prompt type: :code:`pip install tespy`
5. If the installation of CoolProp fails, make sure, you have
Microsoft Visual Stuido C++ Build Tools 14.0 installed on your computer.


Mac OSX
Expand Down
Loading

0 comments on commit 12d0b4a

Please sign in to comment.