Skip to content

Commit

Permalink
cleaning up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Sep 27, 2015
1 parent bb1f01f commit 54fe24e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* V1.6.11
* improved installation documentation

* V1.6.10
* fixing automatic detection of an installation directory
when using pip install --user
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,13 @@ You can install CK either via GIT (latest,
self-updatable, development version) or via PIP
(please, remove 'sudo' on Windows).

### PIP installation (stable)
### PIP installation

Official stable release via PyPi archive:

$ sudo pip install ck

### PIP installation (latest from GitHub)
Latest development version from GitHub:

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

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

### PIP installation (stable)
### PIP installation

Official stable release via PyPi archive:

$ pip install --user ck

### PIP Installation (latest from GitHub)
Latest development version from GitHub:

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

Expand Down
2 changes: 1 addition & 1 deletion ck/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
con_encoding='' # Use non-default console encoding

cfg={
"version":["1", "6", "10"],
"version":["1", "6", "11"],

"name":"Collective Knowledge",
"desc":"exposing ad-hoc experimental setups to extensible repository and big data predictive analytics",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='ck',
version='1.6.10',
version='1.6.11',
url='https://github.com/ctuning/ck/wiki',
license='BSD 3-clause',
author='Grigori Fursin and non-profit cTuning foundation',
Expand Down

0 comments on commit 54fe24e

Please sign in to comment.