File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed
Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,15 @@ snapshot-selenium
1616Installation
1717================================================================================
1818
19- You can get it:
19+
20+ You can install snapshot-selenium via pip:
21+
22+ .. code-block :: bash
23+
24+ $ pip install snapshot-selenium
25+
26+
27+ or clone it and install it:
2028
2129.. code-block :: bash
2230
Original file line number Diff line number Diff line change 2121 'Render echarts using selenium'
2222)
2323URL = 'https://github.com/pyecharts/snapshot-selenium'
24- DOWNLOAD_URL = '%s/archive/0.0.0 .tar.gz' % URL
24+ DOWNLOAD_URL = '%s/archive/0.0.1 .tar.gz' % URL
2525FILES = ['README.rst' , 'CHANGELOG.rst' ]
2626KEYWORDS = [
2727 'python' ,
4949# You do not need to read beyond this line
5050PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
5151 sys .executable )
52- GS_COMMAND = ('gs snapshot-selenium v0.0.0 ' +
53- "Find 0.0.0 in changelog for more details" )
52+ GS_COMMAND = ('gs snapshot-selenium v0.0.1 ' +
53+ "Find 0.0.1 in changelog for more details" )
5454NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
5555 'Please install gease to enable it.' )
5656UPLOAD_FAILED_MSG = (
Original file line number Diff line number Diff line change 55company : " pyecharts dev team"
66version : " 0.0.1"
77current_version : " 0.0.1"
8- release : " 0.0.0 "
8+ release : " 0.0.1 "
99copyright_year : 2019
1010license : MIT
1111dependencies : []
Original file line number Diff line number Diff line change 1- # coding=utf-8
21import time
3- import sys
42import os
53
64from selenium import webdriver
You can’t perform that action at this time.
0 commit comments