From a7d6728eff6c0c01bbd261721d8503c44d8ed2fc Mon Sep 17 00:00:00 2001 From: hy395 Date: Mon, 11 Dec 2023 13:35:44 -0800 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bc0488..4fec6a1 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,8 @@ $ conda activate scnym_env Once the environment is set up, simply run: ```bash -$ pip install scnym +$ cd scnym +$ pip install -e ./ ``` After installation completes, you should be able to import `scnym` in Python and run `scNym` as a command line tool: