File tree Expand file tree Collapse file tree 2 files changed +18
-17
lines changed Expand file tree Collapse file tree 2 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 20
20
Installation
21
21
================================================================================
22
22
23
- {% if release != '0.0.0' %}
24
-
25
- You can install it via pip:
26
-
27
- .. code-block:: bash
28
-
29
- $ pip install {{name}}
30
-
31
-
32
- or clone it and install it:
33
- {% endif %}
34
-
35
- .. code-block:: bash
36
-
37
- $ git clone http://github.com/{{organisation}}/{{name}}.git
38
- $ cd {{name}}
39
- $ python setup.py install
23
+ {% include "installation.rst.jj2" %}
40
24
41
25
{%block bottom_block%}
42
26
{%endblock%}
Original file line number Diff line number Diff line change
1
+ {% if release != '0.0.0' %}
2
+
3
+ You can install it via pip:
4
+
5
+ .. code-block:: bash
6
+
7
+ $ pip install {{name}}
8
+
9
+
10
+ or clone it and install it:
11
+ {% endif %}
12
+
13
+ .. code-block:: bash
14
+
15
+ $ git clone http://github.com/{{organisation}}/{{name}}.git
16
+ $ cd {{name}}
17
+ $ python setup.py install
You can’t perform that action at this time.
0 commit comments