Skip to content

Commit

Permalink
[docs] Update INSTALLATION and CONTRIBUTING (secretflow#568)
Browse files Browse the repository at this point in the history
# Pull Request

## What problem does this PR solve?

Issue Number: Fixed #

## Possible side effects?

- Performance:

- Backward compatibility:
  • Loading branch information
zoeStartover authored Feb 22, 2024
1 parent 67e9ffa commit eb69d17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ docker exec -it spu-dev-$(whoami) bash

```sh
Install gcc>=11.2, cmake>=3.26, ninja, nasm>=2.15, python>=3.9, bazelisk, xxd, lld
```

About the commands used to install the above dependencies, you can follow [Ubuntu docker file](https://github.com/secretflow/devtools/blob/main/dockerfiles/ubuntu-base-ci.DockerFile).

```sh
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements-dev.txt
```
Expand Down
2 changes: 1 addition & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SPU has been tested with the following settings:

- Ubuntu 22.04
- python3.8
- python3.10
- 8c16g

### MacOS
Expand Down

0 comments on commit eb69d17

Please sign in to comment.