File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,20 @@ website generation.
21
21
it's simple to integrate tools like imagemagick, dart-sass, or less.js if you
22
22
need them.
23
23
24
+ ## Installation
25
+
26
+ Anchovy has no essential prerequisites and can be installed with
27
+ ` pip install anchovy ` to get just the framework and a few built-in components,
28
+ but for typical usage ` pip install anchovy[base] ` is recommended. This will
29
+ pull in support for Jinja2 templating, markdown, and Anchovy's CSS preprocessor.
30
+ A full list of available extras may be found in the
31
+ [ pyproject.toml] ( https://github.com/pydsigner/anchovy/blob/master/pyproject.toml )
32
+ file.
33
+
34
+ Alternatively, Anchovy may be installed directly from source with
35
+ ` pip install git+https://github.com/pydsigner/anchovy ` or the corresponding
36
+ ` pip install git+https://github.com/pydsigner/anchovy#egg=anchovy[base] ` .
37
+
24
38
## Usage
25
39
26
40
Anchovy operates on config files written in Python, or even modules directly.
You can’t perform that action at this time.
0 commit comments