You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ beyond the latest release).
75
75
For development purposes, we suggest cloning the repository and installing it using ``pip -e``.
76
76
Test-time dependencies are listed in the ``test-time-requirements.txt`` file.
77
77
78
-
PySDM examples listed below are hosted in a separate repository and constitute
78
+
PySDM examples are hosted in a separate repository and constitute
79
79
the [``PySDM_examples``](https://github.com/atmos-cloud-sim-uj/PySDM-examples) package.
80
80
The examples have additional dependencies listed in [``PySDM_examples`` package ``setup.py``](https://github.com/atmos-cloud-sim-uj/PySDM-examples/blob/main/setup.py) file.
81
81
Running the examples requires the ``PySDM_examples`` package to be installed.
@@ -87,7 +87,7 @@ pip install -e .
87
87
jupyter-notebook
88
88
```
89
89
Alternatively, one can also install the examples package from pypi.org by
90
-
using `pip install PySDM-examples``.
90
+
using ``pip install PySDM-examples``.
91
91
92
92
## PySDM examples (Jupyter notebooks reproducing results from literature):
0 commit comments