From 5a20a22a1ab26b30e780282ddf9417533d9d13ad Mon Sep 17 00:00:00 2001 From: Sebastien Date: Wed, 19 Jul 2023 12:50:45 +0200 Subject: [PATCH] Update Dev instructions (#1678) * Update utils.py * Update README.md * Update README.md Update Dev instructions * Update README.md * Update README.md Update Dev instructions * Update utils.py --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5f7eeeee..29037d15 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,8 @@ Starting from version 3.0.4, ODM can automatically extract images from video fil Help improve our software! We welcome contributions from everyone, whether to add new features, improve speed, fix existing bugs or add support for more cameras. Check our [code of conduct](https://github.com/OpenDroneMap/documents/blob/master/CONDUCT.md), the [contributing guidelines](https://github.com/OpenDroneMap/documents/blob/master/CONTRIBUTING.md) and [how decisions are made](https://github.com/OpenDroneMap/documents/blob/master/GOVERNANCE.md#how-decisions-are-made). + +### Installation and first run For Linux users, the easiest way to modify the software is to make sure docker is installed, clone the repository and then run from a shell: ```bash @@ -285,6 +287,18 @@ You can now make changes to the ODM source. When you are ready to test the chang ```bash (odmdev) [user:/code] master+* ± ./run.sh --project-path /datasets mydataset ``` +### Stop dev container +```bash + docker stop odmdev +``` +### To come back to dev environement +change your_username to your username +```bash +docker start odmdev +docker exec -ti odmdev bash +su your_username +``` + If you have questions, join the developer's chat at https://community.opendronemap.org/c/developers-chat/21