-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
836 additions
and
1,422 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,36 @@ | ||
Installation | ||
============ | ||
|
||
You can install stria via the Python Package Index (PyPI) (recommended) or from source. | ||
Make sure you have installed both pip and Python before starting. | ||
Currently, pyfastx supports Python 3.5, 3.6, 3.7, 3.8, 3.9 and can work on Windows, Linux, MacOS. | ||
You can install pytrf via the Python Package Index (PyPI) (recommended) | ||
or from source. Make sure you have installed both pip and Python before starting. | ||
Currently, pytrf supports Python 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 and can work on | ||
Windows, Linux, MacOS. The command line tool depends on `pyfastx <https://github.com/lmdu/pyfastx>`_. | ||
|
||
Install from PyPI | ||
----------------- | ||
|
||
:: | ||
|
||
pip install stria | ||
pip install pytrf | ||
|
||
Update to or install the latest version | ||
|
||
:: | ||
|
||
pip install -U stria | ||
pip install -U pytrf | ||
|
||
Install from source | ||
------------------- | ||
|
||
Clone stria using ``git`` or download latest `release <https://github.com/lmdu/stria/releases>`_. | ||
Clone pytrf using ``git`` or download latest `release <https://github.com/lmdu/pytrf/releases>`_. | ||
|
||
:: | ||
|
||
git clone https://github.com/lmdu/stria.git | ||
git clone https://github.com/lmdu/pytrf.git | ||
|
||
Then ``cd`` to the stria folder and run install command: | ||
Then ``cd`` to the pytrf folder and run install command: | ||
|
||
:: | ||
|
||
cd stria | ||
cd pytrf | ||
python setup.py install |
Oops, something went wrong.