-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from sepandhaghighi/dev
Version 2.4
- Loading branch information
Showing
10 changed files
with
1,082 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"### Version : 2.3" | ||
"### Version : 2.4" | ||
] | ||
}, | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
## Installation | ||
|
||
### Source Code | ||
- Download [Version 2.3](https://github.com/sepandhaghighi/art/archive/v2.3.zip) or [Latest Source ](https://github.com/sepandhaghighi/art/archive/dev.zip) | ||
- Download [Version 2.4](https://github.com/sepandhaghighi/art/archive/v2.4.zip) or [Latest Source ](https://github.com/sepandhaghighi/art/archive/dev.zip) | ||
- `python3 setup.py install --upgrade` or `python setup.py install --upgrade` (Need root access) | ||
|
||
### PyPI | ||
|
||
|
||
- Check [Python Packaging User Guide](https://packaging.python.org/installing/) | ||
- `pip install art==2.3` or `pip3 install art==2.3` (Need root access) | ||
- `pip install art==2.4` or `pip3 install art==2.4` (Need root access) | ||
|
||
### Easy Install | ||
|
||
- Run `easy_install "art==2.3"` (Need root access) | ||
- Run `easy_install "art==2.4"` (Need root access) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.