Created Intallation (markdown)

TerenceLau 2021-05-29 18:09:00 +08:00
parent 60b7220795
commit d2a32b9d97
1 changed files with 13 additions and 0 deletions

13
Intallation.md Normal file

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