Skip to content

Commit 0ba6775

Browse files
committed
add dev env setup instructions
1 parent 13a6fdb commit 0ba6775

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ You can ask questions and talk to developers (let us know what you're working on
5959
* [Discussion Forum](https://github.com/azavea/raster-vision/discussions)
6060
* [Mailing List](https://groups.google.com/forum/#!forum/raster-vision)
6161

62+
## Developing
63+
64+
To set up the development environment:
65+
- For and clone the repo and navigate to it.
66+
- Create and activate a new Python virtual environment via your environment manager of choice (`mamba`, `uv`, `pyenv`, etc.).
67+
- Run `scripts/setup_dev_env.sh` to install all Raster Vision plugins in editable mode along with all the dependencies.
68+
6269
## Contributing
6370

6471
*For more information, see [Contributing](https://docs.rastervision.io/en/stable/CONTRIBUTING.html).*

0 commit comments

Comments
 (0)