Skip to content

Commit 6965c4a

Browse files
Merge pull request #18 from OceanParcels/installation_instructions
Adding installation instructions
2 parents 86af010 + eede302 commit 6965c4a

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ The tool is based on the [`Parcels`](https://oceanparcels.org/) computational La
55

66
![PlasticParcels](docs/_static/plasticparcelslogo.png)
77

8+
### Installation
9+
10+
`PlasticParcels` can be installed using `conda` from the [`conda-forge` channel](https://anaconda.org/conda-forge/plasticparcels) with the following command:
11+
12+
```bash
13+
conda install conda-forge::plasticparcels
14+
```
15+
16+
### Further information
817
For more information and documentation, see the [PlasticParcels documentation](https://plastic.oceanparcels.org/).
918

1019
[![unit-tests](https://github.com/OceanParcels/plasticparcels/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/OceanParcels/plasticparcels/actions/workflows/unit_tests.yml)
20+
[![Anaconda-release](https://anaconda.org/conda-forge/plasticparcels/badges/version.svg)](https://anaconda.org/conda-forge/plasticparcels/)
21+
[![Anaconda-date](https://anaconda.org/conda-forge/plasticparcels/badges/latest_release_date.svg)](https://anaconda.org/conda-forge/plasticparcels/)
1122
[![Zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.823561.svg)](https://doi.org/10.5281/zenodo.823561)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
html_theme_options = {
5151
"logo": {
5252
"image_light": "plasticparcelslogo.png",
53-
"image_dark": "plasticparcelslogo-inverted.png", # TODO create this
53+
"image_dark": "plasticparcelslogo_inverted.png",
5454
},
5555
# "use_edit_page_button": True,
5656
"github_url": "https://github.com/OceanParcels/plasticparcels",

docs/index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ Welcome to the documentation of PlasticParcels.
1111
``plasticparcels`` is a python package for simulating the transport and dispersion of plastics in the ocean. The tool is based on the ``parcels`` computational Lagrangian ocean analysis framework, providing a modular and customisable collection of methods, notebooks, and tutorials for advecting virtual plastic particles with a wide range of physical properties.
1212

1313

14+
Installation
15+
^^^^^^^^^^^^
16+
17+
``plasticparcels`` can be installed using ``conda`` from the `conda-forge channel <https://anaconda.org/conda-forge/plasticparcels>`_ with the following command:
18+
19+
.. code-block::
20+
21+
conda install conda-forge::plasticparcels
22+
23+
24+
Or downloaded from https://github.com/OceanParcels/PlasticParcels
25+
26+
1427
.. toctree::
1528
:maxdepth: 2
1629
:caption: Contents

0 commit comments

Comments
 (0)