Skip to content

Commit d98c57a

Browse files
committed
More emphasis in the install process.
1 parent 6bd9ff5 commit d98c57a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,19 @@ A program to parallelize the runs of [Structure](http://pritchardlab.stanford.ed
66
[![DOI](https://zenodo.org/badge/31598374.svg)](https://zenodo.org/badge/latestdoi/31598374)
77

88

9+
## Installation from Pypi
910

11+
```bash
12+
pip3 install structure_threader
13+
```
1014

11-
## Installation from Pypi
1215
*Structure_threader* is available on
1316
[Pypi](https://pypi.python.org/pypi/structure_threader/). It can be
14-
installed by simply running `pip install structure_threader`. Don't forget the
17+
installed by simply running the above command. Don't forget the
1518
`--user` option if you can't or don't want to install the program as `root`
16-
user. Using this method, binaries for STRUCTURE and fastStructure are also
17-
distributed. For more details on this, please check the manual.
19+
user. Using this method, binaries for STRUCTURE, fastStructure and *MavericK*
20+
are also distributed. For more details on this, please [check the
21+
manual](http://structure-threader.readthedocs.io/en/latest/install/).
1822

1923

2024
## Documentation

0 commit comments

Comments
 (0)