Skip to content

Commit c37a474

Browse files
authored
doc: Small fix for development.md and docs (OpenHands#2119)
1 parent b9aee70 commit c37a474

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This guide is for people working on OpenDevin and editing the source code.
55

66
### 1. Requirements
77
* Linux, Mac OS, or [WSL on Windows](https://learn.microsoft.com/en-us/windows/wsl/install)
8-
* [Docker](https://docs.docker.com/engine/install/)(For those on MacOS, make sure to allow the default Docker socket to be used from advanced settings!)
9-
* [Python](https://www.python.org/downloads/) >= 3.11
8+
* [Docker](https://docs.docker.com/engine/install/) (For those on MacOS, make sure to allow the default Docker socket to be used from advanced settings!)
9+
* [Python](https://www.python.org/downloads/) = 3.11
1010
* [NodeJS](https://nodejs.org/en/download/package-manager) >= 18.17.1
1111
* [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer) >= 1.8
1212

@@ -98,4 +98,4 @@ Please refer to [this README](./tests/integration/README.md) for details.
9898
### 9. Add or update dependency
9999
100100
1. Add your dependency in `pyproject.toml` or use `peotry add xxx`
101-
2. Update the poetry.lock file via `poetry lock --no-update`
101+
2. Update the poetry.lock file via `poetry lock --no-update`

docs/modules/usage/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You'll find OpenDevin running at [http://localhost:3000](http://localhost:3000).
9292
If you want to use the **(unstable!)** bleeding edge, you can use `ghcr.io/opendevin/opendevin:main` as the image (last line).
9393
:::
9494

95-
See [Development.md](https://github.com/OpenDevin/OpenDevin/blob/main/Development.md) for instructions on running OpenDevin without Docker.
95+
For the development workflow, see [Development.md](https://github.com/OpenDevin/OpenDevin/blob/main/Development.md).
9696

9797
Are you having trouble? Check out our [Troubleshooting Guide](https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting).
9898

0 commit comments

Comments
 (0)