Skip to content
Snippets Groups Projects
Commit 0096449e authored by clara's avatar clara
Browse files

modified: README.md

parent 204584b0
No related branches found
No related tags found
1 merge request!16modified: README.md
......@@ -6,14 +6,14 @@ Read Sequencer is a test phyton package to simulate Sequencing.
It reads fasta files, simulate sequencing and writes the resulting sequences into a new fasta file.
## Installation
## Installation from PyPI
To install the latest release from GitHub:
Read_Sequencer requires Python 3.6 or later.
Install Read_Sequencer from PyPI using:
```
if (!requireNamespace("remotes", quietly = TRUE))
install.packages("remotes")
remotes::install_github(".../Read_Sequencer")
pip install Read_Sequencer
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment