Skip to content
Snippets Groups Projects
Commit 56e5ca90 authored by Clara Serger's avatar Clara Serger
Browse files

Merge branch 'README_2' into 'main'

modified:   README.md

See merge request !16
parents a319197f 0096449e
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