Skip to content

Commit 54fe24e

Browse files
committed
cleaning up docs
1 parent bb1f01f commit 54fe24e

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* V1.6.11
2+
* improved installation documentation
3+
14
* V1.6.10
25
* fixing automatic detection of an installation directory
36
when using pip install --user

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,13 @@ You can install CK either via GIT (latest,
181181
self-updatable, development version) or via PIP
182182
(please, remove 'sudo' on Windows).
183183

184-
### PIP installation (stable)
184+
### PIP installation
185+
186+
Official stable release via PyPi archive:
185187

186188
$ sudo pip install ck
187189

188-
### PIP installation (latest from GitHub)
190+
Latest development version from GitHub:
189191

190192
$ sudo pip install https://github.com/ctuning/ck/archive/master.zip
191193

@@ -201,11 +203,13 @@ self-updatable, development version) or via PIP
201203
Non-root installation will just require you to add
202204
path to bin/ck to your PATH environment variable.
203205

204-
### PIP installation (stable)
206+
### PIP installation
207+
208+
Official stable release via PyPi archive:
205209

206210
$ pip install --user ck
207211

208-
### PIP Installation (latest from GitHub)
212+
Latest development version from GitHub:
209213

210214
$ pip install --user https://github.com/ctuning/ck/archive/master.zip
211215

ck/kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
con_encoding='' # Use non-default console encoding
2121

2222
cfg={
23-
"version":["1", "6", "10"],
23+
"version":["1", "6", "11"],
2424

2525
"name":"Collective Knowledge",
2626
"desc":"exposing ad-hoc experimental setups to extensible repository and big data predictive analytics",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='ck',
12-
version='1.6.10',
12+
version='1.6.11',
1313
url='https://github.com/ctuning/ck/wiki',
1414
license='BSD 3-clause',
1515
author='Grigori Fursin and non-profit cTuning foundation',

0 commit comments

Comments
 (0)