Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Aug 27, 2018
2 parents 27dd934 + e09d884 commit c16f02d
Show file tree
Hide file tree
Showing 46 changed files with 12,602 additions and 4,249 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To get the latest news visit and follow our `website <https://www.oemof.org>`_.
Installing TESPy
================

If you have a working Python3 environment, use pypi to install the latest tespy version: Clone the github repository and then run:
If you have a working Python3 environment, use pypi to install the latest tespy version:

.. code:: bash
Expand All @@ -31,7 +31,7 @@ If you want to use the latest features, you might want to install the **develope
Examples
========

For a short introduction on how TESPy works and how you can use it, we provid a short `Introduction <http://tespy.readthedocs.io/en/dev/introduction.html>`_.You can download the python scripts of the example plants from the tespy.examples folder.
For a short introduction on how TESPy works and how you can use it, we provide some `basic examples and tutorials <http://tespy.readthedocs.io/en/latest/getting_started.html>`_, go and check them out. You can download the python scripts of all example plants from the `tespy_examples repository <https://github.com/fwitte/tespy_examples>`_.

License
=======
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.3 dev"
__version__ = "0.0.4"
Loading

0 comments on commit c16f02d

Please sign in to comment.