Skip to content

Commit

Permalink
0.1.0 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
308188605@qq.com committed Aug 9, 2019
1 parent 1c2f2dd commit 33d46b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ E-mail: dingguanglei.bupt@qq.com
## Install
Requires:
``` {.sourceCode .bash}
tensorboard >= 1.14.0
pytorch >= 1.1.0
tensorboard >= 1.14.0
pytorch >= 1.1.0
```
Install requirement.
``` {.sourceCode .bash}
Expand All @@ -50,7 +50,7 @@ This method is recommended, because you can keep the newest version.
3. Install
You will find packages in `jdit/dist/`. Use pip to install.
``` {.sourceCode .bash}
pip install dist/jdit-0.0.x-py3-none-any.whl
pip install dist/jdit-0.x.0-py3-none-any.whl
```

### From pip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="jdit", # pypi中的名称,pip或者easy_install安装时使用的名称,或生成egg文件的名称
version="0.0.18",
version="0.1.0",
author="Guanglei Ding",
author_email="dingguanglei.bupt@qq.com",
maintainer='Guanglei Ding',
Expand Down

0 comments on commit 33d46b3

Please sign in to comment.