Skip to content

Commit b628c78

Browse files
readme: document enchant dependency
1 parent 39ac94a commit b628c78

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,20 @@ We use a few custom Sphinx extensions, for details see
8484

8585
### Installation
8686

87-
Note: you may need to install `graphviz` first (e.g. `conda install graphviz`).
87+
### Non Python Dependencies
88+
89+
There are two non-Python dependencies which must be installed:
90+
91+
* `graphviz`
92+
* `enchant`
93+
94+
E.G. with Conda/Mamba:
95+
96+
```console
97+
$ mamba install -c conda-forge graphviz enchant
98+
```
99+
100+
### Checkout & Install
88101

89102
```console
90103
$ git clone [email protected]:cylc/cylc-doc.git cylc-doc

src/tutorial/scheduling/datetime-cycling.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,8 @@ Recurrence Formats
156156

157157
``2000/P4Y``
158158
Every fourth year, starting with the year 2000.
159-
``2000-01-01T00/T00``
159+
``2000-01-01T00/P1D``
160160
Every day at midnight, starting on the 1st of January 2000.
161-
``2000-01-01T12/T00``
162-
Every day at midnight, starting on the first midnight
163-
after the 1st of January at 12:00 (i.e. ``2000-01-02T00``).
164161

165162
.. nextslide::
166163

0 commit comments

Comments
 (0)