Skip to content

Commit

Permalink
Merge branch 'main' into add-dependabot-for-pip-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
plaindocs authored Dec 22, 2024
2 parents b7c7a9c + a9f5c4a commit 8a17bad
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,20 @@ virtual Python environment with the following command on Linux:
If you have verified this command on Windows, we invite you to submit a PR to include that information here.

[![Greenkeeper badge](https://badges.greenkeeper.io/writethedocs/www.svg)](https://greenkeeper.io/)

### Using devcontainer

In addition to local development with Python `venv`, it is also possible to use the devcontainer found in the root of the project.

### Requirements

Make sure all of the following is installed.

- [Docker](https://docs.docker.com/get-started/get-docker/)
- [Supported IDE](https://containers.dev/supporting#editors)

Follow the steps below to open the development environment.

1. Open a [supported IDE](https://containers.dev/supporting#editors)
2. Click the "Open in devcontainer" popup
3. The development environment starts in an containerized environment

0 comments on commit 8a17bad

Please sign in to comment.