Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install tushare via python pip




tushare - A utility for crawling historical and Real-time Quotes data of China stocks, it belongs to Classifiers:

- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 3.2
- Programming Language :: Python :: 3.3

When you know about this project and you want to new install tushare to support your project or you get trouble as ModuleNotFoundError: No module named "tushare" or ImportError: cannot import name "tushare" in your project, let follow this tutorial to install tushare



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_tushare_env

- Active the virtual environment

test_tushare_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_tushare_env

- Active the virtual environment

source test_tushare_env/bin/active


Step 2: OK, now, let flow below content to start the installation tushare

To install tushare on Windows(CMD):

py -m pip install tushare

To install tushare on Unix/macOs:

pip install tushare


Step 3: If you want to install a specific tushare version, add ==<tushare version> to the end command line

Example:

pip install tushare==0.0.0


Please see the version list below table:

VersionReleased dateCommand
tushare 1.2.852022-04-20T05:00:35Windows:

py -m pip install tushare==1.2.85

Unix/macOs:

pip install tushare==1.2.85

tushare 1.2.842022-02-09T15:09:13Windows:

py -m pip install tushare==1.2.84

Unix/macOs:

pip install tushare==1.2.84

tushare 1.2.832022-01-21T03:57:25Windows:

py -m pip install tushare==1.2.83

Unix/macOs:

pip install tushare==1.2.83

tushare 1.2.822022-01-05T04:07:05Windows:

py -m pip install tushare==1.2.82

Unix/macOs:

pip install tushare==1.2.82

tushare 1.2.812022-01-04T06:27:49Windows:

py -m pip install tushare==1.2.81

Unix/macOs:

pip install tushare==1.2.81

tushare 1.2.802022-01-04T05:37:42Windows:

py -m pip install tushare==1.2.80

Unix/macOs:

pip install tushare==1.2.80

tushare 1.2.792022-01-04T04:08:11Windows:

py -m pip install tushare==1.2.79

Unix/macOs:

pip install tushare==1.2.79

tushare 1.2.782021-12-17T15:34:07Windows:

py -m pip install tushare==1.2.78

Unix/macOs:

pip install tushare==1.2.78

tushare 1.2.772021-12-07T02:05:50Windows:

py -m pip install tushare==1.2.77

Unix/macOs:

pip install tushare==1.2.77

tushare 1.2.762021-12-07T01:14:59Windows:

py -m pip install tushare==1.2.76

Unix/macOs:

pip install tushare==1.2.76

tushare 1.2.752021-12-03T06:19:26Windows:

py -m pip install tushare==1.2.75

Unix/macOs:

pip install tushare==1.2.75

tushare 1.2.732021-11-17T13:25:36Windows:

py -m pip install tushare==1.2.73

Unix/macOs:

pip install tushare==1.2.73

tushare 1.2.722021-11-16T05:38:08Windows:

py -m pip install tushare==1.2.72

Unix/macOs:

pip install tushare==1.2.72

tushare 1.2.712021-11-05T09:39:50Windows:

py -m pip install tushare==1.2.71

Unix/macOs:

pip install tushare==1.2.71

tushare 1.2.702021-11-05T08:36:35Windows:

py -m pip install tushare==1.2.70

Unix/macOs:

pip install tushare==1.2.70

tushare 1.2.692021-11-05T07:34:37Windows:

py -m pip install tushare==1.2.69

Unix/macOs:

pip install tushare==1.2.69

tushare 1.2.682021-11-04T12:42:38Windows:

py -m pip install tushare==1.2.68

Unix/macOs:

pip install tushare==1.2.68

tushare 1.2.672021-10-06T05:01:11Windows:

py -m pip install tushare==1.2.67

Unix/macOs:

pip install tushare==1.2.67

tushare 1.2.662021-10-06T01:14:43Windows:

py -m pip install tushare==1.2.66

Unix/macOs:

pip install tushare==1.2.66

tushare 1.2.642021-06-24T03:47:03Windows:

py -m pip install tushare==1.2.64

Unix/macOs:

pip install tushare==1.2.64

tushare 1.2.632021-06-23T12:59:10Windows:

py -m pip install tushare==1.2.63

Unix/macOs:

pip install tushare==1.2.63

tushare 1.2.622020-10-16T10:59:55Windows:

py -m pip install tushare==1.2.62

Unix/macOs:

pip install tushare==1.2.62

tushare 1.2.612020-10-08T07:40:27Windows:

py -m pip install tushare==1.2.61

Unix/macOs:

pip install tushare==1.2.61

tushare 1.2.602020-06-09T14:28:56Windows:

py -m pip install tushare==1.2.60

Unix/macOs:

pip install tushare==1.2.60

tushare 1.2.592020-04-28T03:58:10Windows:

py -m pip install tushare==1.2.59

Unix/macOs:

pip install tushare==1.2.59

tushare 1.2.582020-04-27T14:29:14Windows:

py -m pip install tushare==1.2.58

Unix/macOs:

pip install tushare==1.2.58

tushare 1.2.572020-04-21T15:31:37Windows:

py -m pip install tushare==1.2.57

Unix/macOs:

pip install tushare==1.2.57

tushare 1.2.562020-04-21T15:15:52Windows:

py -m pip install tushare==1.2.56

Unix/macOs:

pip install tushare==1.2.56

tushare 1.2.552020-04-21T14:54:53Windows:

py -m pip install tushare==1.2.55

Unix/macOs:

pip install tushare==1.2.55

tushare 1.2.542020-03-08T14:56:29Windows:

py -m pip install tushare==1.2.54

Unix/macOs:

pip install tushare==1.2.54

tushare 1.2.532020-03-05T08:48:17Windows:

py -m pip install tushare==1.2.53

Unix/macOs:

pip install tushare==1.2.53

tushare 1.2.522020-03-05T02:05:37Windows:

py -m pip install tushare==1.2.52

Unix/macOs:

pip install tushare==1.2.52

tushare 1.2.512020-02-17T10:00:51Windows:

py -m pip install tushare==1.2.51

Unix/macOs:

pip install tushare==1.2.51

tushare 1.2.502020-02-06T14:14:14Windows:

py -m pip install tushare==1.2.50

Unix/macOs:

pip install tushare==1.2.50

tushare 1.2.492020-02-06T13:50:57Windows:

py -m pip install tushare==1.2.49

Unix/macOs:

pip install tushare==1.2.49

tushare 1.2.482019-10-09T15:09:28Windows:

py -m pip install tushare==1.2.48

Unix/macOs:

pip install tushare==1.2.48

tushare 1.2.472019-10-08T11:25:50Windows:

py -m pip install tushare==1.2.47

Unix/macOs:

pip install tushare==1.2.47

tushare 1.2.462019-10-08T08:16:14Windows:

py -m pip install tushare==1.2.46

Unix/macOs:

pip install tushare==1.2.46

tushare 1.2.452019-09-17T13:39:56Windows:

py -m pip install tushare==1.2.45

Unix/macOs:

pip install tushare==1.2.45

tushare 1.2.442019-09-17T06:53:40Windows:

py -m pip install tushare==1.2.44

Unix/macOs:

pip install tushare==1.2.44

tushare 1.2.432019-09-08T08:31:49Windows:

py -m pip install tushare==1.2.43

Unix/macOs:

pip install tushare==1.2.43

tushare 1.2.422019-08-31T14:07:28Windows:

py -m pip install tushare==1.2.42

Unix/macOs:

pip install tushare==1.2.42

tushare 1.2.412019-08-22T08:18:23Windows:

py -m pip install tushare==1.2.41

Unix/macOs:

pip install tushare==1.2.41

tushare 1.2.402019-08-12T15:12:15Windows:

py -m pip install tushare==1.2.40

Unix/macOs:

pip install tushare==1.2.40

tushare 1.2.392019-07-22T10:50:21Windows:

py -m pip install tushare==1.2.39

Unix/macOs:

pip install tushare==1.2.39

tushare 1.2.382019-07-22T08:43:23Windows:

py -m pip install tushare==1.2.38

Unix/macOs:

pip install tushare==1.2.38

tushare 1.2.372019-06-29T15:40:21Windows:

py -m pip install tushare==1.2.37

Unix/macOs:

pip install tushare==1.2.37

tushare 1.2.362019-06-20T09:07:30Windows:

py -m pip install tushare==1.2.36

Unix/macOs:

pip install tushare==1.2.36

tushare 1.2.352019-05-18T16:22:55Windows:

py -m pip install tushare==1.2.35

Unix/macOs:

pip install tushare==1.2.35

tushare 1.2.342019-04-25T02:54:45Windows:

py -m pip install tushare==1.2.34

Unix/macOs:

pip install tushare==1.2.34

tushare 1.2.332019-04-24T12:52:26Windows:

py -m pip install tushare==1.2.33

Unix/macOs:

pip install tushare==1.2.33

tushare 1.2.322019-04-23T06:11:31Windows:

py -m pip install tushare==1.2.32

Unix/macOs:

pip install tushare==1.2.32

tushare 1.2.312019-04-22T13:54:06Windows:

py -m pip install tushare==1.2.31

Unix/macOs:

pip install tushare==1.2.31

tushare 1.2.302019-04-20T13:09:11Windows:

py -m pip install tushare==1.2.30

Unix/macOs:

pip install tushare==1.2.30

tushare 1.2.292019-04-18T07:25:27Windows:

py -m pip install tushare==1.2.29

Unix/macOs:

pip install tushare==1.2.29

tushare 1.2.282019-04-17T13:16:02Windows:

py -m pip install tushare==1.2.28

Unix/macOs:

pip install tushare==1.2.28

tushare 1.2.272019-04-16T15:28:13Windows:

py -m pip install tushare==1.2.27

Unix/macOs:

pip install tushare==1.2.27

tushare 1.2.262019-04-03T06:19:42Windows:

py -m pip install tushare==1.2.26

Unix/macOs:

pip install tushare==1.2.26

tushare 1.2.252019-04-02T01:28:14Windows:

py -m pip install tushare==1.2.25

Unix/macOs:

pip install tushare==1.2.25

tushare 1.2.242019-04-02T00:56:17Windows:

py -m pip install tushare==1.2.24

Unix/macOs:

pip install tushare==1.2.24

tushare 1.2.232019-04-01T15:23:17Windows:

py -m pip install tushare==1.2.23

Unix/macOs:

pip install tushare==1.2.23

tushare 1.2.222019-03-31T07:19:45Windows:

py -m pip install tushare==1.2.22

Unix/macOs:

pip install tushare==1.2.22

tushare 1.2.212019-01-12T15:00:50Windows:

py -m pip install tushare==1.2.21

Unix/macOs:

pip install tushare==1.2.21

tushare 1.2.202019-01-03T15:25:28Windows:

py -m pip install tushare==1.2.20

Unix/macOs:

pip install tushare==1.2.20

tushare 1.2.192019-01-03T15:24:18Windows:

py -m pip install tushare==1.2.19

Unix/macOs:

pip install tushare==1.2.19

tushare 1.2.182018-12-14T10:35:52Windows:

py -m pip install tushare==1.2.18

Unix/macOs:

pip install tushare==1.2.18

tushare 1.2.172018-11-24T11:43:32Windows:

py -m pip install tushare==1.2.17

Unix/macOs:

pip install tushare==1.2.17

tushare 1.2.162018-11-16T09:57:51Windows:

py -m pip install tushare==1.2.16

Unix/macOs:

pip install tushare==1.2.16

tushare 1.2.152018-10-16T09:01:13Windows:

py -m pip install tushare==1.2.15

Unix/macOs:

pip install tushare==1.2.15

tushare 1.2.142018-10-12T02:56:53Windows:

py -m pip install tushare==1.2.14

Unix/macOs:

pip install tushare==1.2.14

tushare 1.2.132018-10-12T02:43:16Windows:

py -m pip install tushare==1.2.13

Unix/macOs:

pip install tushare==1.2.13

tushare 1.2.122018-08-09T10:43:36Windows:

py -m pip install tushare==1.2.12

Unix/macOs:

pip install tushare==1.2.12

tushare 1.2.112018-08-01T11:48:43Windows:

py -m pip install tushare==1.2.11

Unix/macOs:

pip install tushare==1.2.11

tushare 1.2.102018-07-31T07:03:25Windows:

py -m pip install tushare==1.2.10

Unix/macOs:

pip install tushare==1.2.10

tushare 1.2.92018-07-31T02:42:20Windows:

py -m pip install tushare==1.2.9

Unix/macOs:

pip install tushare==1.2.9

tushare 1.2.82018-07-31T02:37:03Windows:

py -m pip install tushare==1.2.8

Unix/macOs:

pip install tushare==1.2.8

tushare 1.2.72018-07-31T02:18:21Windows:

py -m pip install tushare==1.2.7

Unix/macOs:

pip install tushare==1.2.7

tushare 1.2.62018-07-30T23:40:50Windows:

py -m pip install tushare==1.2.6

Unix/macOs:

pip install tushare==1.2.6

tushare 1.2.52018-07-30T14:10:05Windows:

py -m pip install tushare==1.2.5

Unix/macOs:

pip install tushare==1.2.5

tushare 1.2.42018-06-12T15:32:48Windows:

py -m pip install tushare==1.2.4

Unix/macOs:

pip install tushare==1.2.4

tushare 1.2.32018-06-06T06:16:42Windows:

py -m pip install tushare==1.2.3

Unix/macOs:

pip install tushare==1.2.3

tushare 1.2.22018-06-05T15:02:38Windows:

py -m pip install tushare==1.2.2

Unix/macOs:

pip install tushare==1.2.2

tushare 1.2.12018-06-05T14:55:19Windows:

py -m pip install tushare==1.2.1

Unix/macOs:

pip install tushare==1.2.1

tushare 1.2.02018-05-26T07:18:38Windows:

py -m pip install tushare==1.2.0

Unix/macOs:

pip install tushare==1.2.0

tushare 1.1.92018-05-22T08:40:32Windows:

py -m pip install tushare==1.1.9

Unix/macOs:

pip install tushare==1.1.9

tushare 1.1.82018-05-22T08:26:01Windows:

py -m pip install tushare==1.1.8

Unix/macOs:

pip install tushare==1.1.8

tushare 1.1.72018-04-05T13:49:16Windows:

py -m pip install tushare==1.1.7

Unix/macOs:

pip install tushare==1.1.7

tushare 1.1.62018-02-28T15:02:06Windows:

py -m pip install tushare==1.1.6

Unix/macOs:

pip install tushare==1.1.6

tushare 1.1.52018-02-07T07:31:10Windows:

py -m pip install tushare==1.1.5

Unix/macOs:

pip install tushare==1.1.5

tushare 1.1.42018-02-07T06:14:14Windows:

py -m pip install tushare==1.1.4

Unix/macOs:

pip install tushare==1.1.4

tushare 1.1.32018-01-23T08:14:37Windows:

py -m pip install tushare==1.1.3

Unix/macOs:

pip install tushare==1.1.3

tushare 1.1.22018-01-23T08:08:30Windows:

py -m pip install tushare==1.1.2

Unix/macOs:

pip install tushare==1.1.2

tushare 1.1.12018-01-09T13:12:09Windows:

py -m pip install tushare==1.1.1

Unix/macOs:

pip install tushare==1.1.1

tushare 1.1.02018-01-01T08:51:42Windows:

py -m pip install tushare==1.1.0

Unix/macOs:

pip install tushare==1.1.0

tushare 1.0.92018-01-01T08:33:03Windows:

py -m pip install tushare==1.0.9

Unix/macOs:

pip install tushare==1.0.9

tushare 1.0.82018-01-01T08:28:13Windows:

py -m pip install tushare==1.0.8

Unix/macOs:

pip install tushare==1.0.8

tushare 1.0.72017-12-14T14:56:19Windows:

py -m pip install tushare==1.0.7

Unix/macOs:

pip install tushare==1.0.7

tushare 1.0.62017-12-14T12:54:51Windows:

py -m pip install tushare==1.0.6

Unix/macOs:

pip install tushare==1.0.6

tushare 1.0.52017-11-19T09:10:43Windows:

py -m pip install tushare==1.0.5

Unix/macOs:

pip install tushare==1.0.5

tushare 1.0.42017-11-17T02:47:22Windows:

py -m pip install tushare==1.0.4

Unix/macOs:

pip install tushare==1.0.4

tushare 1.0.32017-11-17T02:38:33Windows:

py -m pip install tushare==1.0.3

Unix/macOs:

pip install tushare==1.0.3

tushare 1.0.22017-10-31T08:38:24Windows:

py -m pip install tushare==1.0.2

Unix/macOs:

pip install tushare==1.0.2

tushare 1.0.12017-10-28T11:51:04Windows:

py -m pip install tushare==1.0.1

Unix/macOs:

pip install tushare==1.0.1

tushare 1.0.02017-10-28T11:07:10Windows:

py -m pip install tushare==1.0.0

Unix/macOs:

pip install tushare==1.0.0

tushare 0.9.92017-10-17T10:41:44Windows:

py -m pip install tushare==0.9.9

Unix/macOs:

pip install tushare==0.9.9

tushare 0.9.82017-09-25T13:42:32Windows:

py -m pip install tushare==0.9.8

Unix/macOs:

pip install tushare==0.9.8

tushare 0.9.22017-09-13T13:02:59Windows:

py -m pip install tushare==0.9.2

Unix/macOs:

pip install tushare==0.9.2

tushare 0.9.12017-09-13T12:38:44Windows:

py -m pip install tushare==0.9.1

Unix/macOs:

pip install tushare==0.9.1

tushare 0.9.02017-09-06T15:36:02Windows:

py -m pip install tushare==0.9.0

Unix/macOs:

pip install tushare==0.9.0

tushare 0.8.92017-09-02T08:25:46Windows:

py -m pip install tushare==0.8.9

Unix/macOs:

pip install tushare==0.8.9

tushare 0.8.82017-08-29T15:52:22Windows:

py -m pip install tushare==0.8.8

Unix/macOs:

pip install tushare==0.8.8

tushare 0.8.72017-08-19T15:45:08Windows:

py -m pip install tushare==0.8.7

Unix/macOs:

pip install tushare==0.8.7

tushare 0.8.62017-08-18T14:55:18Windows:

py -m pip install tushare==0.8.6

Unix/macOs:

pip install tushare==0.8.6

tushare 0.8.52017-08-16T14:54:58Windows:

py -m pip install tushare==0.8.5

Unix/macOs:

pip install tushare==0.8.5

tushare 0.8.42017-07-16T13:41:56Windows:

py -m pip install tushare==0.8.4

Unix/macOs:

pip install tushare==0.8.4

tushare 0.8.32017-07-16T09:45:33Windows:

py -m pip install tushare==0.8.3

Unix/macOs:

pip install tushare==0.8.3

tushare 0.8.22017-06-12T03:13:13Windows:

py -m pip install tushare==0.8.2

Unix/macOs:

pip install tushare==0.8.2

tushare 0.8.12017-06-08T13:30:52Windows:

py -m pip install tushare==0.8.1

Unix/macOs:

pip install tushare==0.8.1

tushare 0.8.02017-06-07T10:09:10Windows:

py -m pip install tushare==0.8.0

Unix/macOs:

pip install tushare==0.8.0

tushare 0.7.92017-05-27T04:22:56Windows:

py -m pip install tushare==0.7.9

Unix/macOs:

pip install tushare==0.7.9

tushare 0.7.82017-05-25T12:44:06Windows:

py -m pip install tushare==0.7.8

Unix/macOs:

pip install tushare==0.7.8

tushare 0.7.72017-05-16T15:33:38Windows:

py -m pip install tushare==0.7.7

Unix/macOs:

pip install tushare==0.7.7

tushare 0.7.62017-05-16T14:17:28Windows:

py -m pip install tushare==0.7.6

Unix/macOs:

pip install tushare==0.7.6

tushare 0.7.52017-04-19T15:00:29Windows:

py -m pip install tushare==0.7.5

Unix/macOs:

pip install tushare==0.7.5

tushare 0.7.42017-03-25T00:41:44Windows:

py -m pip install tushare==0.7.4

Unix/macOs:

pip install tushare==0.7.4

tushare 0.7.32017-03-23T05:12:25Windows:

py -m pip install tushare==0.7.3

Unix/macOs:

pip install tushare==0.7.3

tushare 0.7.22017-03-16T11:10:20Windows:

py -m pip install tushare==0.7.2

Unix/macOs:

pip install tushare==0.7.2

tushare 0.7.12017-03-15T14:45:39Windows:

py -m pip install tushare==0.7.1

Unix/macOs:

pip install tushare==0.7.1

tushare 0.7.02017-03-13T09:21:10Windows:

py -m pip install tushare==0.7.0

Unix/macOs:

pip install tushare==0.7.0

tushare 0.6.92017-02-25T13:50:14Windows:

py -m pip install tushare==0.6.9

Unix/macOs:

pip install tushare==0.6.9

tushare 0.6.82017-01-12T07:17:07Windows:

py -m pip install tushare==0.6.8

Unix/macOs:

pip install tushare==0.6.8

tushare 0.6.72016-12-27T04:05:08Windows:

py -m pip install tushare==0.6.7

Unix/macOs:

pip install tushare==0.6.7

tushare 0.6.62016-12-26T10:36:55Windows:

py -m pip install tushare==0.6.6

Unix/macOs:

pip install tushare==0.6.6

tushare 0.6.52016-12-24T11:51:11Windows:

py -m pip install tushare==0.6.5

Unix/macOs:

pip install tushare==0.6.5

tushare 0.6.42016-12-21T07:06:44Windows:

py -m pip install tushare==0.6.4

Unix/macOs:

pip install tushare==0.6.4

tushare 0.6.32016-12-11T13:22:18Windows:

py -m pip install tushare==0.6.3

Unix/macOs:

pip install tushare==0.6.3

tushare 0.6.22016-12-04T14:21:11Windows:

py -m pip install tushare==0.6.2

Unix/macOs:

pip install tushare==0.6.2

tushare 0.6.12016-11-20T07:12:50Windows:

py -m pip install tushare==0.6.1

Unix/macOs:

pip install tushare==0.6.1

tushare 0.6.02016-11-19T15:22:24Windows:

py -m pip install tushare==0.6.0

Unix/macOs:

pip install tushare==0.6.0

tushare 0.5.92016-11-16T13:20:56Windows:

py -m pip install tushare==0.5.9

Unix/macOs:

pip install tushare==0.5.9

tushare 0.5.82016-11-09T10:01:07Windows:

py -m pip install tushare==0.5.8

Unix/macOs:

pip install tushare==0.5.8

tushare 0.5.72016-11-08T13:51:18Windows:

py -m pip install tushare==0.5.7

Unix/macOs:

pip install tushare==0.5.7

tushare 0.5.62016-11-08T12:37:47Windows:

py -m pip install tushare==0.5.6

Unix/macOs:

pip install tushare==0.5.6

tushare 0.5.52016-11-05T15:40:02Windows:

py -m pip install tushare==0.5.5

Unix/macOs:

pip install tushare==0.5.5

tushare 0.5.42016-11-05T14:04:24Windows:

py -m pip install tushare==0.5.4

Unix/macOs:

pip install tushare==0.5.4

tushare 0.5.32016-11-05T14:01:20Windows:

py -m pip install tushare==0.5.3

Unix/macOs:

pip install tushare==0.5.3

tushare 0.5.12016-10-10T04:22:31Windows:

py -m pip install tushare==0.5.1

Unix/macOs:

pip install tushare==0.5.1

tushare 0.5.02016-04-19T09:45:37Windows:

py -m pip install tushare==0.5.0

Unix/macOs:

pip install tushare==0.5.0

tushare 0.4.92016-03-31T06:56:47Windows:

py -m pip install tushare==0.4.9

Unix/macOs:

pip install tushare==0.4.9

tushare 0.4.82016-03-11T00:56:05Windows:

py -m pip install tushare==0.4.8

Unix/macOs:

pip install tushare==0.4.8

tushare 0.4.72016-02-04T01:18:13Windows:

py -m pip install tushare==0.4.7

Unix/macOs:

pip install tushare==0.4.7

tushare 0.4.62016-01-26T10:05:43Windows:

py -m pip install tushare==0.4.6

Unix/macOs:

pip install tushare==0.4.6

tushare 0.4.52016-01-18T03:30:42Windows:

py -m pip install tushare==0.4.5

Unix/macOs:

pip install tushare==0.4.5

tushare 0.4.32015-12-27T07:41:00Windows:

py -m pip install tushare==0.4.3

Unix/macOs:

pip install tushare==0.4.3

tushare 0.4.22015-12-27T05:49:35Windows:

py -m pip install tushare==0.4.2

Unix/macOs:

pip install tushare==0.4.2

tushare 0.4.12015-11-27T01:52:12Windows:

py -m pip install tushare==0.4.1

Unix/macOs:

pip install tushare==0.4.1

tushare 0.4.02015-11-01T04:31:19Windows:

py -m pip install tushare==0.4.0

Unix/macOs:

pip install tushare==0.4.0

tushare 0.3.92015-10-13T09:46:26Windows:

py -m pip install tushare==0.3.9

Unix/macOs:

pip install tushare==0.3.9

tushare 0.3.82015-09-19T09:07:27Windows:

py -m pip install tushare==0.3.8

Unix/macOs:

pip install tushare==0.3.8

tushare 0.3.62015-08-20T11:33:38Windows:

py -m pip install tushare==0.3.6

Unix/macOs:

pip install tushare==0.3.6

tushare 0.3.52015-07-11T13:03:45Windows:

py -m pip install tushare==0.3.5

Unix/macOs:

pip install tushare==0.3.5

tushare 0.3.42015-06-16T09:09:11Windows:

py -m pip install tushare==0.3.4

Unix/macOs:

pip install tushare==0.3.4

tushare 0.3.32015-06-03T13:50:14Windows:

py -m pip install tushare==0.3.3

Unix/macOs:

pip install tushare==0.3.3

tushare 0.3.22015-06-03T05:04:58Windows:

py -m pip install tushare==0.3.2

Unix/macOs:

pip install tushare==0.3.2

tushare 0.3.12015-05-31T07:50:42Windows:

py -m pip install tushare==0.3.1

Unix/macOs:

pip install tushare==0.3.1

tushare 0.3.02015-05-25T07:15:35Windows:

py -m pip install tushare==0.3.0

Unix/macOs:

pip install tushare==0.3.0

tushare 0.2.92015-05-21T14:45:31Windows:

py -m pip install tushare==0.2.9

Unix/macOs:

pip install tushare==0.2.9

tushare 0.2.82015-04-28T12:53:37Windows:

py -m pip install tushare==0.2.8

Unix/macOs:

pip install tushare==0.2.8

tushare 0.2.72015-04-22T08:26:39Windows:

py -m pip install tushare==0.2.7

Unix/macOs:

pip install tushare==0.2.7

tushare 0.2.62015-04-22T07:27:18Windows:

py -m pip install tushare==0.2.6

Unix/macOs:

pip install tushare==0.2.6

tushare 0.2.52015-04-16T09:10:45Windows:

py -m pip install tushare==0.2.5

Unix/macOs:

pip install tushare==0.2.5

tushare 0.2.42015-04-11T13:48:51Windows:

py -m pip install tushare==0.2.4

Unix/macOs:

pip install tushare==0.2.4

tushare 0.2.32015-04-11T13:32:10Windows:

py -m pip install tushare==0.2.3

Unix/macOs:

pip install tushare==0.2.3

tushare 0.2.22015-03-26T09:04:28Windows:

py -m pip install tushare==0.2.2

Unix/macOs:

pip install tushare==0.2.2

tushare 0.2.12015-03-25T01:17:56Windows:

py -m pip install tushare==0.2.1

Unix/macOs:

pip install tushare==0.2.1

tushare 0.2.02015-03-17T14:10:03Windows:

py -m pip install tushare==0.2.0

Unix/macOs:

pip install tushare==0.2.0

tushare 0.1.92015-02-06T07:23:41Windows:

py -m pip install tushare==0.1.9

Unix/macOs:

pip install tushare==0.1.9

tushare 0.1.82015-02-05T01:43:12Windows:

py -m pip install tushare==0.1.8

Unix/macOs:

pip install tushare==0.1.8

tushare 0.1.72015-02-05T01:31:54Windows:

py -m pip install tushare==0.1.7

Unix/macOs:

pip install tushare==0.1.7

tushare 0.1.62015-01-27T14:11:43Windows:

py -m pip install tushare==0.1.6

Unix/macOs:

pip install tushare==0.1.6

tushare 0.1.52015-01-26T07:12:27Windows:

py -m pip install tushare==0.1.5

Unix/macOs:

pip install tushare==0.1.5

tushare 0.1.42015-01-16T16:03:17Windows:

py -m pip install tushare==0.1.4

Unix/macOs:

pip install tushare==0.1.4

tushare 0.1.32015-01-16T09:22:05Windows:

py -m pip install tushare==0.1.3

Unix/macOs:

pip install tushare==0.1.3

tushare 0.1.22015-01-12T06:51:00Windows:

py -m pip install tushare==0.1.2

Unix/macOs:

pip install tushare==0.1.2

tushare 0.1.12015-01-12T06:27:56Windows:

py -m pip install tushare==0.1.1

Unix/macOs:

pip install tushare==0.1.1

tushare 0.1.02015-01-09T08:39:45Windows:

py -m pip install tushare==0.1.0

Unix/macOs:

pip install tushare==0.1.0

tushare 0.0.02018-07-31T02:18:25Windows:

py -m pip install tushare==0.0.0

Unix/macOs:

pip install tushare==0.0.0


Step 4: Otherwise, you can install tushare from local archives:

Download the distribution file from tushare-1.2.85.tar.gz or the specific tushare version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_tushare_downloaded_file>

On Unix/macOs:

pip install <path_to_tushare_downloaded_file>


List distribution:


Project link:

- Homepage