-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Directories and file types | ||
__pycache__/ | ||
*.nc | ||
|
||
# Sphinx | ||
docs/_build/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
Installation | ||
============ | ||
|
||
You can install the latest release of resmda simply via ``pip``: | ||
You can install the latest release of resmda simply via ``pip`` | ||
|
||
.. code-block:: console | ||
pip install resmda | ||
or clone the repository and run within the command | ||
or clone the repository and install it manually with | ||
|
||
.. code-block:: console | ||
git clone [email protected]:tuda-geo/resmda | ||
cd resmda | ||
make install | ||
to get the latest version. |