From 0096449e304cb52b1e019cd538b39dfbdec61302 Mon Sep 17 00:00:00 2001 From: clara <clara@dyn-35-117.mobile.unibas.ch> Date: Mon, 14 Nov 2022 09:41:53 +0100 Subject: [PATCH] modified: README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index add38f9..1b08d9f 100644 --- a/README.md +++ b/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 ``` -- GitLab