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
Copy file name to clipboardExpand all lines: docs/docs/Get-Started/get-started-installation.md
+1-23Lines changed: 1 addition & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,7 @@ Langflow can be installed in multiple ways:
16
16
17
17
## Install and run Langflow Desktop
18
18
19
-
**Langflow Desktop** is a desktop version of Langflow that includes all the features of open source Langflow, with an additional [version management](#manage-your-version-of-langflow-desktop) feature for managing your Langflow version.
20
-
21
-
<TabsgroupId="os">
22
-
<TabItemvalue="macOS"label="macOS">
19
+
**Langflow Desktop** is a desktop version of Langflow that includes all the features of open source Langflow, with an additional [version management](#manage-your-version-of-langflow-desktop) feature for managing your Langflow version. Langflow Desktop is currently available for macOS.
23
20
24
21
1. Navigate to [Langflow Desktop](https://www.langflow.org/desktop).
25
22
2. Click **Download Langflow**, enter your contact information, and then click **Download**.
@@ -28,25 +25,6 @@ Langflow can be installed in multiple ways:
28
25
29
26
After confirming that Langflow is running, create your first flow with the [Quickstart](/get-started-quickstart).
30
27
31
-
</TabItem>
32
-
<TabItemvalue="Windows"label="Windows">
33
-
34
-
1. Navigate to [Langflow Desktop](https://www.langflow.org/desktop).
35
-
2. Click **Download Langflow**, enter your contact information, and then click **Download**.
36
-
3. Open the **File Explorer**, and then navigate to **Downloads**.
37
-
4. Double-click the downloaded `.msi` file, and then use the install wizard to install Langflow Desktop.
38
-
39
-
:::important
40
-
Windows installations of Langflow Desktop require a C++ compiler that may not be present on your system. If you receive a `C++ Build Tools Required!` error, follow the on-screen prompt to install Microsoft C++ Build Tools, or [install Microsoft Visual Studio](https://visualstudio.microsoft.com/downloads/).
41
-
:::
42
-
43
-
5. When the installation completes, open the Langflow application.
44
-
45
-
After confirming that Langflow is running, create your first flow with the [Quickstart](/get-started-quickstart).
46
-
47
-
</TabItem>
48
-
</Tabs>
49
-
50
28
### Manage your version of Langflow Desktop
51
29
52
30
When a new version of Langflow is available, Langflow Desktop displays an upgrade message.
Copy file name to clipboardExpand all lines: docs/docs/Support/troubleshooting.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,6 @@ If you get an API key error when running a flow, try the following:
34
34
35
35
The following issues can occur when installing Langflow.
36
36
37
-
### C++ build tools required for Langflow Desktop on Windows
38
-
39
-
Microsoft Windows installations of Langflow Desktop require a C++ compiler that may not be present on your system. If you receive a `C++ Build Tools Required!` error, follow the on-screen prompt to install Microsoft C++ Build Tools, or [install Microsoft Visual Studio](https://visualstudio.microsoft.com/downloads/).
40
-
41
37
### Langflow installation freezes at pip dependency resolution
42
38
43
39
Installing Langflow OSS with `pip install langflow` slowly fails with this error message:
0 commit comments