From d2a32b9d9767a23ea84327d941c2353a4606b825 Mon Sep 17 00:00:00 2001 From: TerenceLau Date: Sat, 29 May 2021 18:09:00 +0800 Subject: [PATCH] Created Intallation (markdown) --- Intallation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Intallation.md diff --git a/Intallation.md b/Intallation.md new file mode 100644 index 0000000..75520db --- /dev/null +++ b/Intallation.md @@ -0,0 +1,13 @@ +Via the source code: + +```shell +git clone https://github.com/TerenceLiu98/CEDApy.git +python setup.py install +``` + +Via the `pypi`: + +```shell +python -m pip install CEDApy +``` +