From aadd9aa5dd4c552b573828ddac581a8b7064b0e2 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 27 Apr 2022 19:06:45 +0300 Subject: Enable managing app via setup.py While the application is developed with GNU Guix, the end user might not be using it, and therefore, this commit provides a way for the user to install the application with the usual python package management systems. --- README.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.org') diff --git a/README.org b/README.org index 53ac63c..ecf7815 100644 --- a/README.org +++ b/README.org @@ -58,6 +58,18 @@ To check for correct type usage in the application, run: *** Command-Line Version +Clone this repository +#+BEGIN_SRC shell + git clone http://git.genenetwork.org/fredmanglis/gnqc_py.git +#+END_SRC +then install the application +#+BEGIN_SRC shell + $ python3 -m venv .venv + $ source .venv/bin/activate + (.venv) $ pip install . +#+END_SRC + + To run qc against a file, the syntax is: #+BEGIN_SRC shell python3 -m qc [--strainsfile ] [--verbose] -- cgit v1.2.3