update README

This commit is contained in:
TerenceLiu98 2021-05-27 19:41:09 +08:00
parent ef08546ef7
commit 9a9b8ac1e7
2 changed files with 16 additions and 1 deletions

View File

@ -7,6 +7,21 @@ This is a data collecting project, with both `python` and `R`
* `python` version: [https://github.com/TerenceLiu98/CEDApy](https://github.com/TerenceLiu98/CEDApy)
* `R` version: [https://github.com/TerenceLiu98/CEDAr](https://github.com/TerenceLiu98/CEDAr) *Not Start Yet*
## Installation
1. Via the source code
2.
```shell
git clone https://github.com/TerenceLiu98/CEDApy.git
python setup.py install
```
2. Via the `pypi`:
```shell
python -m pip install CEDApy
```
## Acknowledgement

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import os
setup(
name = "CEDApy",
version = "0.1",
version = "0.1-alpha",
keywords = "economic data api",
long_description = open(
os.path.join(