From 7f7ce90aaccd025391d679abd8b0fa0ec886d124 Mon Sep 17 00:00:00 2001 From: niklases <60261497+niklases@users.noreply.github.com> Date: Mon, 4 Jul 2022 09:58:25 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0c31b5e..83c809d 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,19 @@ pypef --help The detailed routine for setting up a new virtual environment with Anaconda, installing the necessary Python packages for that environment, and running the Jupyter notebook tutorial can be found below in the Tutorial section. +## Requirements +- Python 3.7-3.9 + - numpy + - pandas + - tqdm + - docopt + - matplotlib + - scipy + - adjustText + - scikit-learn + - biopython + - schema + - ray[default] ## Running Examples Printing the help function: