Skip to content
Merged
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
12 changes: 6 additions & 6 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Installing PySyft on Linux is really straight forward. Here are the steps:

### 1. Make sure you have Python >= 3.6

### 2. Install PyTorch 1.3
### 2. Install PyTorch 1.4

Get the installation command [here](https://pytorch.org/get-started/locally/) (use the pip option) and run it in the terminal.

NOTE: Use exact version `1.3.0`, not just `1.3`. E.g. `pip install torch==1.3.0`.
NOTE: Use exact version `1.4.0`, not just `1.4`. E.g. `pip install torch==1.4.0`.

### 3. Clone the PySyft repo from Github

Expand Down Expand Up @@ -59,13 +59,13 @@ This will install **Homebrew**. Then, install python (version 3.6 or above) by r

`brew install python3`

### 2. Install PyTorch 1.3
### 2. Install PyTorch 1.4

You should first get the installation command [here](https://pytorch.org/get-started/locally/) (use the pip option)

Then run that command in the open terminal.

NOTE: Use exact version `1.3.0`, not just `1.3`. E.g. `pip install torch==1.3.0`.
NOTE: Use exact version `1.4.0`, not just `1.4`. E.g. `pip install torch==1.4.0`.

### 3. Clone the PySyft repo from Github

Expand Down Expand Up @@ -125,11 +125,11 @@ In the window that opens, click on `New` and add the installation paths for `pyt

Click on `OK`.

### 3. Install PyTorch 1.3
### 3. Install PyTorch 1.4

You should first get the installation command [here](https://pytorch.org/get-started/locally/) (use the pip option)

NOTE: Use exact version `1.3.0`, not just `1.3`. E.g. `pip install torch==1.3.0`.
NOTE: Use exact version `1.4.0`, not just `1.4`. E.g. `pip install torch==1.4.0`.

Then open the command prompt by going to **Run** and typing **cmd**, type or paste the pytorch installation command you got from the above link and press **Enter**.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"To begin, you'll need to make sure you have the right things installed. To do so, head on over to PySyft's readme and follow the setup instructions. TLDR for most folks is.\n",
"\n",
"- Install Python 3.6 or higher\n",
"- Install PyTorch 1.3\n",
"- Install PyTorch 1.4\n",
"- Clone PySyft (git clone https://github.com/OpenMined/PySyft.git)\n",
"- cd PySyft\n",
"- pip install -r pip-dep/requirements.txt\n",
Expand Down Expand Up @@ -631,7 +631,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.9"
"version": "3.6.10"
}
},
"nbformat": 4,
Expand Down