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