Update install instructions in tutorial part 1#3830
Merged
gmuraru merged 1 commit intoOpenMined:masterfrom Jul 10, 2020
mapmeld:master
Merged
Update install instructions in tutorial part 1#3830gmuraru merged 1 commit intoOpenMined:masterfrom mapmeld:master
gmuraru merged 1 commit intoOpenMined:masterfrom
mapmeld:master
Conversation
|
Check out this pull request on Review Jupyter notebook visual diffs & provide feedback on notebooks. Powered by ReviewNB |
gmuraru
approved these changes
Jul 10, 2020
Nilanshrajput
pushed a commit
to Nilanshrajput/PySyft
that referenced
this pull request
Jul 15, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This updates the instructions to install PySyft from Part 01 of the tutorial.
Previous: git clone, then install from source
python setup.py install udacity(including udacity in the command now has an error) and link to the PySyft repoUpdated:
pip install syft[udacity](I would be ok making it just pip install syft) and link to INSTALLATION.mdI also update the translated notebooks and their dependencies (Python 3.6+, PyTorch 1.4)
Based on the updates to install/contribution pages on #3197
How has this been tested?
View on GitHub: https://github.com/mapmeld/PySyft/blob/master/examples/tutorials/Part%2001%20-%20The%20Basic%20Tools%20of%20Private%20Deep%20Learning.ipynb
Checklist