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 +``` +