From 59edcd7998a5784e2309804f0f6c2666c3c6cb8a Mon Sep 17 00:00:00 2001 From: TerenceLau Date: Wed, 9 Jun 2021 10:55:32 +0800 Subject: [PATCH] Updated 1 Intallation (markdown) --- 1-Intallation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/1-Intallation.md b/1-Intallation.md index 75520db..726aab4 100644 --- a/1-Intallation.md +++ b/1-Intallation.md @@ -11,3 +11,9 @@ Via the `pypi`: python -m pip install CEDApy ``` +Via the GitHub: + +```shell +python -m pip install https://github.com/TerenceLiu98/CEDApy/archive/refs/heads/master.zip +``` +