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 ## 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) * `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* * `R` version: [https://github.com/TerenceLiu98/CEDAr](https://github.com/TerenceLiu98/CEDAr) *Not Start Yet*
## Installation ## Installation
1. Via the source code Via the source code
2.
```shell ```shell
git clone https://github.com/TerenceLiu98/CEDApy.git git clone https://github.com/TerenceLiu98/CEDApy.git
python setup.py install python setup.py install
``` ```
2. Via the `pypi`: Via the `pypi`:
```shell ```shell
python -m pip install CEDApy python -m pip install CEDApy

View File

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