yhilpisch / dx

DX Analytics | Financial and Derivatives Analytics with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename Distribution + Pip Installation

PureMath86 opened this issue · comments

In setup.py:

#!/usr/bin/env python

from setuptools import setup, find_packages

DISTNAME = 'dx'

setup(name=DISTNAME,
		version='0.1',
                packages=find_packages(include=['dx', 'dx.*']),
		description='DX Analytics',
		author='Dr. Yves Hilpisch',
		author_email='dx@tpq.io',
url='http://dx-analytics.com/')

Required packages:

pip install pandas-datareader

Install package:

pip install git+git://github.com/yhilpisch/dx.git

Here are some suggested improvements.