update README

This commit is contained in:
TerenceLiu98 2021-05-27 19:56:27 +08:00
parent 9a9b8ac1e7
commit 117e6e61d0
2 changed files with 6 additions and 6 deletions

View File

@ -2,21 +2,21 @@
## Introduction
This is a data collecting project, with both `python` and `R`
This is a economic data collecting library, 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.
Via the source code
```shell
git clone https://github.com/TerenceLiu98/CEDApy.git
python setup.py install
```
2. Via the `pypi`:
Via the `pypi`:
```shell
python -m pip install CEDApy

View File

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