Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you simply want to to _use_ PySyft, it is enough to install the library with:
```sh
python3 setup.py install
```
note: If you have anaconda installed, you can just run `bash install_for_anaconda.sh`.
note: If you have anaconda installed, you can just run `bash install_for_anaconda.sh` for linux or `install_for_anaconda_on_windows.bat` for windows.

## For Contributors
If you are interested in contributing to Syft, first check out our [Contributor Quickstart Guide](https://github.com/OpenMined/Docs/blob/master/contributing/quickstart.md) and then sign into our [Slack Team](https://openmined.slack.com/) channel #team_pysyft to let us know which projects sound interesting to you! (or propose your own!).
Expand Down