You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,7 +71,7 @@ users can directly import fate and use built-in algorithms and secure protocols
71
71
72
72
#### 2.2.2.1 Installing FATE
73
73
```shell
74
-
pip install pyfate==2.1.1
74
+
pip install pyfate==2.2.0
75
75
```
76
76
#### 2.2.2.2 Using Guides
77
77
Refer to [examples](../../doc/2.0/fate/ml)
@@ -90,13 +90,13 @@ Refer to [examples](../../doc/2.0/fate/ml)
90
90
Set the necessary environment variables for deployment (note that environment variables set in this way are only valid for the current terminal session. If you open a new terminal session, such as logging in again or opening a new window, you will need to reset them).
91
91
92
92
```bash
93
-
export version={FATE version number for this deployment, e.g., 2.1.1}
93
+
export version={FATE version number for this deployment, e.g., 2.2.0}
0 commit comments