File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
# pyslim
2
2
3
+ [ ![ License] ( https://img.shields.io/github/license/tskit-dev/pyslim )] ( https://github.com/tskit-dev/pyslim/blob/main/LICENSE ) [ ![ PyPI version] ( https://img.shields.io/pypi/v/pyslim.svg )] ( https://pypi.org/project/pyslim/ ) [ ![ Supported Python Versions] ( https://img.shields.io/pypi/pyversions/pyslim.svg )] ( https://pypi.org/project/pyslim/ ) [ ![ Docs Build] ( https://github.com/tskit-dev/pyslim/actions/workflows/docs.yml/badge.svg )] ( https://github.com/tskit-dev/pyslim/actions/workflows/docs.yml ) [ ![ Tests] ( https://github.com/tskit-dev/pyslim/actions/workflows/tests.yml/badge.svg )] ( https://github.com/tskit-dev/pyslim/actions/workflows/tests.yml ) [ ![ codecov] ( https://codecov.io/gh/tskit-dev/pyslim/branch/main/graph/badge.svg )] ( https://codecov.io/gh/tskit-dev/pyslim )
4
+
3
5
` pyslim ` is a python module that provides a few extra tools for dealing with tree sequences
4
- produced by SLiM and for preparing other tree seuqences for use with SLiM.
6
+ produced by SLiM and for preparing other tree sequences for use with SLiM.
5
7
Most tree sequence functionality is provided by [ tskit] ( https://tskit.dev/tskit ) .
6
- Please see [ our documentation] ( https://tskit.dev/pyslim/docs/stable/ ) for more information.
7
- (That link is to documentation for the last release release ;
8
+ Please see [ our documentation] ( https://tskit.dev/pyslim/docs/stable/ ) ( [ latest ] ( https://tskit.dev/pyslim/docs/latest/ ) ) for more information.
9
+ (That link is to documentation for the last release;
8
10
instead, [ the latest] ( https://tskit.dev/pyslim/docs/latest ) documentation
9
11
may have additional examples, but may also describe features you need to install from github to get.)
10
12
@@ -14,4 +16,14 @@ To install `pyslim`, do
14
16
```
15
17
pip install pyslim
16
18
```
17
- or read the documentation for how to [ install from source] ( https://tskit.dev/pyslim/stable/development.html#sec-development ) .
19
+ or read the documentation for how to [ install from source] ( https://tskit.dev/pyslim/docs/stable/development.html#sec-development ) .
20
+
21
+ Alternatively, install from conda-forge:
22
+
23
+ ```
24
+ conda install -c conda-forge pyslim
25
+ ```
26
+
27
+ ## Quickstart
28
+
29
+ See tutorials and examples at https://tskit.dev/pyslim/docs/stable/
You can’t perform that action at this time.
0 commit comments