Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ QuickMPCはPEC(Privacy-Enhancing Computation)のひとつであるSMPC(Sec

## 開発時の注意
### 推奨スペック

- メモリ `16GB` 以上
- ストレージ `20GB` 以上
- CPU `4コア` 以上
- メモリ `64GB` 以上
- ストレージ `64GB` 以上

## QuickMPC全体のテスト方法
1. ディレクトリを移動する
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ This will enable businesses and engineers worldwide to use Python client librari
## Development Requirements
### Recommended

- memory: `16 GB`
- storage: `20 GB`
- CPU: `4 Core`
- memory: `64 GB`
- storage: `64 GB`

## Run all test suite
1. Change your current directory into `scripts/`
Expand Down