fix: Remove $ from install commands (#10371)

* Remove $ from install commands

* Add missing comma
This commit is contained in:
Alex Leventer
2025-10-23 08:53:56 -07:00
committed by GitHub
parent 9e596106a5
commit 372e58a915

View File

@@ -24,7 +24,7 @@
## ✨ Highlight features
- **Visual builder interface** to quickly get started and iterate .
- **Visual builder interface** to quickly get started and iterate.
- **Source code access** lets you customize any component using Python.
- **Interactive playground** to immediately test and refine your flows with step-by-step control.
- **Multi-agent orchestration** with conversation management and retrieval.
@@ -42,7 +42,7 @@ Requires Python 3.103.13 and [uv](https://docs.astral.sh/uv/getting-started/i
#### Install
```shell
$ uv pip install langflow -U
uv pip install langflow -U
```
Installs the latest Langflow package.
@@ -50,7 +50,7 @@ Installs the latest Langflow package.
#### Run
```shell
$ uv run langflow run
uv run langflow run
```
Starts the Langflow server at http://127.0.0.1:7860.
@@ -68,7 +68,7 @@ If you're contributing or running from source, see [DEVELOPMENT.md](./DEVELOPMEN
## 📦 Deployment
Langflow is completely open source and you can deploy it to all major deployment clouds. To learn how to use Docker to deploy Langflow, see the [Docker deployment guide](https://docs.langflow.org/deployment-docker).
Langflow is completely open source, and you can deploy it to all major clouds. To learn how to use Docker to deploy Langflow, see the [Docker deployment guide](https://docs.langflow.org/deployment-docker).
## ⭐ Stay up-to-date