From 9a9b8ac1e783c65741c3d5e7535be9e9cc363e9b Mon Sep 17 00:00:00 2001 From: TerenceLiu98 Date: Thu, 27 May 2021 19:41:09 +0800 Subject: [PATCH] update README --- README.md | 15 +++++++++++++++ setup.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7094784..c830cd7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 9978aca..13b8b91 100644 --- a/setup.py +++ b/setup.py @@ -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(