File tree Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
1
+ * V1.6.11
2
+ * improved installation documentation
3
+
1
4
* V1.6.10
2
5
* fixing automatic detection of an installation directory
3
6
when using pip install --user
Original file line number Diff line number Diff line change @@ -181,11 +181,13 @@ You can install CK either via GIT (latest,
181
181
self-updatable, development version) or via PIP
182
182
(please, remove 'sudo' on Windows).
183
183
184
- ### PIP installation (stable)
184
+ ### PIP installation
185
+
186
+ Official stable release via PyPi archive:
185
187
186
188
$ sudo pip install ck
187
189
188
- ### PIP installation (latest from GitHub)
190
+ Latest development version from GitHub:
189
191
190
192
$ sudo pip install https://github.com/ctuning/ck/archive/master.zip
191
193
@@ -201,11 +203,13 @@ self-updatable, development version) or via PIP
201
203
Non-root installation will just require you to add
202
204
path to bin/ck to your PATH environment variable.
203
205
204
- ### PIP installation (stable)
206
+ ### PIP installation
207
+
208
+ Official stable release via PyPi archive:
205
209
206
210
$ pip install --user ck
207
211
208
- ### PIP Installation (latest from GitHub)
212
+ Latest development version from GitHub:
209
213
210
214
$ pip install --user https://github.com/ctuning/ck/archive/master.zip
211
215
Original file line number Diff line number Diff line change 20
20
con_encoding = '' # Use non-default console encoding
21
21
22
22
cfg = {
23
- "version" :["1" , "6" , "10 " ],
23
+ "version" :["1" , "6" , "11 " ],
24
24
25
25
"name" :"Collective Knowledge" ,
26
26
"desc" :"exposing ad-hoc experimental setups to extensible repository and big data predictive analytics" ,
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'ck' ,
12
- version = '1.6.10 ' ,
12
+ version = '1.6.11 ' ,
13
13
url = 'https://github.com/ctuning/ck/wiki' ,
14
14
license = 'BSD 3-clause' ,
15
15
author = 'Grigori Fursin and non-profit cTuning foundation' ,
You can’t perform that action at this time.
0 commit comments