Skip to content

Commit

Permalink
doc : jupyter file modified
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Mar 22, 2018
1 parent 06e8f51 commit 6bd1cd1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions Document/Document.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"metadata": {},
"source": [
"### Source Code\n",
"- Download [Version 0.8](https://github.com/sepandhaghighi/pycm/archive/v0.8.zip) or [Latest Source ](https://github.com/sepandhaghighi/pycm/archive/master.zip)\n",
"- Download [Version 0.8.1](https://github.com/sepandhaghighi/pycm/archive/v0.8.1.zip) or [Latest Source ](https://github.com/sepandhaghighi/pycm/archive/dev.zip)\n",
"- Run `pip install -r requirements.txt` or `pip3 install -r requirements.txt` (Need root access)\n",
"- Run `python3 setup.py install` or `python setup.py install` (Need root access)"
]
Expand Down Expand Up @@ -598,7 +598,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : new in version 0.8\n",
"* Notice : new in version 0.8.1\n",
"* In direct matrix mode actual_vector and predict_vector are empty"
]
},
Expand Down Expand Up @@ -1909,7 +1909,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : new in version 0.8"
"* Notice : new in version 0.8.1"
]
},
{
Expand Down Expand Up @@ -2014,7 +2014,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : new in version 0.8"
"* Notice : new in version 0.8.1"
]
},
{
Expand Down Expand Up @@ -2062,7 +2062,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : new in version 0.8"
"* Notice : new in version 0.8.1"
]
},
{
Expand Down Expand Up @@ -2651,7 +2651,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : new in version 0.8"
"* Notice : new in version 0.8.1"
]
},
{
Expand Down Expand Up @@ -2706,7 +2706,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : new in version 0.8"
"* Notice : new in version 0.8.1"
]
},
{
Expand Down Expand Up @@ -2768,7 +2768,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : new in version 0.8"
"* Notice : new in version 0.8.1"
]
},
{
Expand Down Expand Up @@ -2830,7 +2830,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : new in version 0.8"
"* Notice : new in version 0.8.1"
]
},
{
Expand Down Expand Up @@ -2885,7 +2885,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : new in version 0.8"
"* Notice : new in version 0.8.1"
]
},
{
Expand Down Expand Up @@ -2949,7 +2949,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : new in version 0.8"
"* Notice : new in version 0.8.1"
]
},
{
Expand Down Expand Up @@ -3026,7 +3026,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : new in version 0.8"
"* Notice : new in version 0.8.1"
]
},
{
Expand Down Expand Up @@ -3076,7 +3076,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : new in version 0.8"
"* Notice : new in version 0.8.1"
]
},
{
Expand Down Expand Up @@ -3126,7 +3126,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : new in version 0.8"
"* Notice : new in version 0.8.1"
]
},
{
Expand Down Expand Up @@ -3513,7 +3513,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* Notice : new in version 0.8"
"* Notice : new in version 0.8.1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pycm(python confusion matrix) is a multi-class confusion matrix library in pytho
## Installation

### Source Code
- Download [Version 0.8.1](https://github.com/sepandhaghighi/pycm/archive/v0.8.1.zip) or [Latest Source ](https://github.com/sepandhaghighi/pycm/archive/master.zip)
- Download [Version 0.8.1](https://github.com/sepandhaghighi/pycm/archive/v0.8.1.zip) or [Latest Source ](https://github.com/sepandhaghighi/pycm/archive/dev.zip)
- Run `pip install -r requirements.txt` or `pip3 install -r requirements.txt` (Need root access)
- Run `python3 setup.py install` or `python setup.py install` (Need root access)

Expand Down

0 comments on commit 6bd1cd1

Please sign in to comment.