fix: Remove $ from install commands (#10371)
* Remove $ from install commands * Add missing comma
This commit is contained in:
@@ -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.10–3.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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user