Skip to content

Commit

Permalink
更新readme从源码安装
Browse files Browse the repository at this point in the history
  • Loading branch information
fangwei123456 committed Sep 6, 2020
1 parent d890108 commit 60e34b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ Install from [PyPI](https://pypi.org/project/spikingjelly/):
pip install spikingjelly
```

Developers can download the latest version from GitHub:
Developers can download and install the latest version from GitHub:

```bash
git clone https://github.com/fangwei123456/spikingjelly.git
cd spikingjelly
python setup.py install
```

## Build SNN In An Unprecedented Simple Way
Expand Down
4 changes: 3 additions & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ SpikingJelly的文档使用中英双语编写: https://spikingjelly.readthedoc
pip install spikingjelly
```

或者对于开发者,下载源代码,进行代码补充、修改和测试
或者对于开发者,从GitHub下载源代码并安装

```bash
git clone https://github.com/fangwei123456/spikingjelly.git
cd spikingjelly
python setup.py install
```

## 以前所未有的简单方式搭建SNN
Expand Down

0 comments on commit 60e34b7

Please sign in to comment.