Skip to content

Commit e6d1243

Browse files
Initial outline of installation
1 parent 97e0441 commit e6d1243

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

docs/alignments_analysis.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
(sec_alignments_analysis)=
12
# Alignments analysis

docs/arg_analysis.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
(sec_arg_analysis)=
12
# ARG analysis

docs/inference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
(sec_inference)=
2+
13
# Inference
24

docs/installation.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
(sec_installation)=
12
# Installation
23

34

@@ -8,4 +9,15 @@ python -m pip install sc2ts
89
```
910

1011
This installs the minimal version of sc2ts which provides the Python interfaces to
11-
analyse a
12+
perform
13+
{ref}`sec_arg_analysis`
14+
and
15+
{ref}`sec_alignments_analysis`.
16+
17+
To perform {ref}`sec_inference` we require some additional dependencies which are
18+
installed as follows:
19+
20+
```sh
21+
python -m pip install 'sc2ts[inference]'
22+
```
23+

0 commit comments

Comments
 (0)