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
16
16
Installation
17
17
================================================================================
18
18
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:
20
28
21
29
.. code-block :: bash
22
30
Original file line number Diff line number Diff line change 21
21
'Render echarts using selenium'
22
22
)
23
23
URL = '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
25
25
FILES = ['README.rst' , 'CHANGELOG.rst' ]
26
26
KEYWORDS = [
27
27
'python' ,
49
49
# You do not need to read beyond this line
50
50
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
51
51
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" )
54
54
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
55
55
'Please install gease to enable it.' )
56
56
UPLOAD_FAILED_MSG = (
Original file line number Diff line number Diff line change 5
5
company : " pyecharts dev team"
6
6
version : " 0.0.1"
7
7
current_version : " 0.0.1"
8
- release : " 0.0.0 "
8
+ release : " 0.0.1 "
9
9
copyright_year : 2019
10
10
license : MIT
11
11
dependencies : []
Original file line number Diff line number Diff line change 1
- # coding=utf-8
2
1
import time
3
- import sys
4
2
import os
5
3
6
4
from selenium import webdriver
You can’t perform that action at this time.
0 commit comments